EwahCompressedBitArrayGetCardinality Method |
reports the number of bits set to true. Running time is proportional to
compressed size (as reported by SizeInBytes).
Namespace:
VelocityDBExtensions.CompressedBitArray
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic ulong GetCardinality()
Public Function GetCardinality As ULong
public:
unsigned long long GetCardinality()
member GetCardinality : unit -> uint64
Return Value
Type:
UInt64the number of bits set to true
See Also