Click or drag to resize

BinaryMathIsNonzeroPowerOfTwo Method

Overload List
 NameDescription
Public methodStatic memberIsNonzeroPowerOfTwo(Int32) Return true if x > 0 and x is a power of two.
Public methodStatic memberIsNonzeroPowerOfTwo(Int64) Return true if x > 0 and x is a power of two.
Public methodStatic memberIsNonzeroPowerOfTwo(UInt32) Return true if x > 0 and x is a power of two.
Public methodStatic memberIsNonzeroPowerOfTwo(UInt64) Return true if x > 0 and x is a power of two.
Top
See Also