Click or drag to resize

BitMathGetClearedBitPositions Method

Overload List
  Name Description
Public method Static member GetClearedBitPositions(UInt32) Returns the bit position for every bit that is cleared in the provided value. Bit positions are defined as 0-31;
Public method Static member GetClearedBitPositions(UInt64) Returns the bit position for every bit that is cleared in the provided value. Bit positions are defined as 0-63;
Top
See Also