Click or drag to resize

BinaryMathIsParityOdd(UInt64) Method

Determines, if x contains an odd number of '1' bits.

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

Parameters

x  UInt64
The argument.

Return Value

Boolean
True, if an odd number of bits is set to 1, or false, if an even number of bits is set to 1.
See Also