Binary |
Name | Description | |
---|---|---|
![]() ![]() | NextPowerOfTwoGreaterOrEqualThan(Int32) | Return x if x is is a power of two, else return the smallest number >x, which is a power of two. |
![]() ![]() | NextPowerOfTwoGreaterOrEqualThan(Int64) | Return x if x is is a power of two, else return the smallest number >x, which is a power of two. |
![]() ![]() | NextPowerOfTwoGreaterOrEqualThan(UInt32) | Return x if x is is a power of two, else return the smallest number >x, which is a power of two. |
![]() ![]() | NextPowerOfTwoGreaterOrEqualThan(UInt64) | Return x if x is is a power of two, else return the smallest number >x, which is a power of two. |