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
)
Public Shared Function bitCount (
v As ULong
) As ULong
public:
static unsigned long long bitCount(
unsigned long long v
)
static member bitCount :
v : uint64 -> uint64
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