Click or drag to resize

EwahCompressedBitArraybitCount Method

Counts the number of set (1) bits.

Namespace:  VelocityDBExtensions.CompressedBitArray
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
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