Click or drag to resize

BinaryMathIsPowerOfTwoOrZero(UInt64) Method

Returns true if number is a power of two or is zero.

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

Parameters

x  UInt64
Argument to test.

Return Value

Boolean
Returns true if the number is a power of two or is equal to zero.
See Also