Click or drag to resize

EwahCompressedBitArrayAddStreamOfEmptyWords Method

For experts: You want to add many zeroes or ones? This is the method you use.

Namespace:  VelocityDBExtensions.CompressedBitArray
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public int AddStreamOfEmptyWords(
	bool v,
	long number
)

Parameters

v
Type: SystemBoolean
the bool value
number
Type: SystemInt64
the number

Return Value

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