Click or drag to resize

BitMathGetSetBitPositions Method

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