BinaryMathIsPowerOfTwoOrZero(Int64) Method |
Return true if number is 0 (!) or a power of two
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic static bool IsPowerOfTwoOrZero(
long x
)
Parameters
- x Int64
- Argument to test.
Return Value
BooleanReturn true if number is 0 (!) or a power of two.
See Also