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
)
Public Function Add (
newdata As Long
) As Integer
public:
int Add(
long long newdata
)
member Add :
newdata : int64 -> int
Parameters
- newdata
- Type: SystemInt64
the word
Return Value
Type:
Int32the number of words added to the buffer
See Also