Binary |
| Name | Description | |
|---|---|---|
| NextPowerOfTwoGreaterOrEqualThan(Int32) | Returns x if it is a power of two; otherwise, returns the smallest power of two that is greater than x. | |
| NextPowerOfTwoGreaterOrEqualThan(Int64) | Returns x if it is a power of two; otherwise, returns the smallest power of two that is greater than x. | |
| NextPowerOfTwoGreaterOrEqualThan(UInt32) | Returns x if it is a power of two; otherwise, returns the smallest power of two that is greater than x. | |
| NextPowerOfTwoGreaterOrEqualThan(UInt64) | Returns x if it is a power of two; otherwise, returns the smallest power of two that is greater than x. |