Click or drag to resize

BinaryMathNextPowerOfTwoGreaterOrEqualThan Method

Overload List
 NameDescription
Public methodStatic memberNextPowerOfTwoGreaterOrEqualThan(Int32) Returns x if it is a power of two; otherwise, returns the smallest power of two that is greater than x.
Public methodStatic memberNextPowerOfTwoGreaterOrEqualThan(Int64) Returns x if it is a power of two; otherwise, returns the smallest power of two that is greater than x.
Public methodStatic memberNextPowerOfTwoGreaterOrEqualThan(UInt32) Returns x if it is a power of two; otherwise, returns the smallest power of two that is greater than x.
Public methodStatic memberNextPowerOfTwoGreaterOrEqualThan(UInt64) Returns x if it is a power of two; otherwise, returns the smallest power of two that is greater than x.
Top
See Also