Click or drag to resize

EwahCompressedBitArrayAdd Method (Int64)

Adding words directly to the bitmap (for expert use). This is normally how you add data to the array. So you add bits in streams of 8*8 bits.

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

Parameters

newdata
Type: SystemInt64
the word

Return Value

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