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: 11.1.0.0 (11.1.0)
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