Click or drag to resize

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()

Return Value

Type: UInt64
the number of bits set to true
See Also