RunningLengthWordCount Property |
Return the size in uncompressed words represented by
this running length word.
Namespace:
VelocityDBExtensions.CompressedBitArray
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic long Count { get; }
Public ReadOnly Property Count As Long
Get
public:
property long long Count {
long long get ();
}
member Count : int64 with get
Return Value
Type:
Int64
See Also