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
)
Public Function AddStreamOfEmptyWords (
v As Boolean,
number As Long
) As Integer
public:
int AddStreamOfEmptyWords(
bool v,
long long number
)
member AddStreamOfEmptyWords :
v : bool *
number : int64 -> int
Parameters
- v
- Type: SystemBoolean
the bool value - number
- Type: SystemInt64
the number
Return Value
Type:
Int32the number of words added to the buffer
See Also