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
)
Public Function Add (
newdata As Long,
bitsthatmatter As Integer
) As Integer
public:
int Add(
long long newdata,
int bitsthatmatter
)
member Add :
newdata : int64 *
bitsthatmatter : int -> int
Parameters
- newdata
- Type: SystemInt64
the word - bitsthatmatter
- Type: SystemInt32
the number of significant bits (by default it should be 64)
Return Value
Type:
Int32the number of words added to the buffer
See Also