Bit
|
Name | Description | |
---|---|---|
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. | |
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. |