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: 11.1.0.0 (11.1.0)
Syntax public 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