Click or drag to resize

EwahCompressedBitArraybitCount Method

Counts the number of set (1) bits.

Namespace:  VelocityDBExtensions.CompressedBitArray
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public static ulong bitCount(
	ulong v
)

Parameters

v
Type: SystemUInt64
the value to be processed

Return Value

Type: UInt64

[Missing <returns> documentation for "M:VelocityDBExtensions.CompressedBitArray.EwahCompressedBitArray.bitCount(System.UInt64)"]

See Also