Click or drag to resize

BinaryMathNextPowerOfTwoGreaterOrEqualThan Method

Overload List
 NameDescription
Public methodStatic memberNextPowerOfTwoGreaterOrEqualThan(Int32) Return x if x is is a power of two, else return the smallest number >x, which is a power of two.
Public methodStatic memberNextPowerOfTwoGreaterOrEqualThan(Int64) Return x if x is is a power of two, else return the smallest number >x, which is a power of two.
Public methodStatic memberNextPowerOfTwoGreaterOrEqualThan(UInt32) Return x if x is is a power of two, else return the smallest number >x, which is a power of two.
Public methodStatic memberNextPowerOfTwoGreaterOrEqualThan(UInt64) Return x if x is is a power of two, else return the smallest number >x, which is a power of two.
Top
See Also