Click or drag to resize

BitMathRoundUpToNearestPowerOfTwo Method

Overload List
  Name Description
Public method Static member RoundUpToNearestPowerOfTwo(UInt32) Rounds a number up to the nearest power of 2. If the value is a power of two, the same value is returned. If the value is larger than the largest power of 2. It is rounded down.
Public method Static member RoundUpToNearestPowerOfTwo(UInt64) Rounds a number up to the nearest power of 2. If the value is a power of two, the same value is returned. If the value is larger than the largest power of 2. It is rounded down.
Top
See Also