Click or drag to resize

BinaryMathIsParityOdd(UInt16) 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(
	ushort x
)

Parameters

x  UInt16
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