BinaryMathIsNonzeroPowerOfTwo(Int32) Method |
Return true if x > 0 and x is a power of two.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool IsNonzeroPowerOfTwo(
int x
)
Parameters
- x Int32
- The argument to test.
Return Value
BooleanTrue if x > 0 and x is a power of two.
See Also