Click or drag to resize

BinaryMathIsNonzeroPowerOfTwo(Int32) Method

Return true if x > 0 and x is a power of two.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool IsNonzeroPowerOfTwo(
	int x
)

Parameters

x  Int32
The argument to test.

Return Value

Boolean
True if x > 0 and x is a power of two.
See Also