BitMathCountBitsCleared(UInt64) Method

Counts the number of bits that are not set

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.177 -- Release Build+17e3a8c30c12a6a5a57ad4af156d7b83be281c33
public static int CountBitsCleared(
	ulong value
)

Parameters

value  UInt64

Return Value

Int32
Count of the number of bits set in value.

See Also