Click or drag to resize

EwahCompressedBitArrayAdd Method (Int64, Int32)

Adding words directly to the bitmap (for expert use).

Namespace:  VelocityDBExtensions.CompressedBitArray
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public int Add(
	long newdata,
	int bitsthatmatter
)

Parameters

newdata
Type: SystemInt64
the word
bitsthatmatter
Type: SystemInt32
the number of significant bits (by default it should be 64)

Return Value

Type: Int32
the number of words added to the buffer
See Also