Click or drag to resize
Ab4d.SharpEngine logo

MathUtilsIsPower2 Method

Overload List
 NameDescription
Public methodStatic memberIsPower2(Int32) Returns true is the specified value is exact power of 2 (1, 2, 4, 8, 16, ...)
Public methodStatic memberIsPower2(UInt32) Returns true is the specified value is exact power of 2 (1, 2, 4, 8, 16, ...). Returns false for 0.
Top
See Also