Click or drag to resize

BinaryMathIsParityOdd(Byte) Method

Determines whether x contains an odd number of set bits (1 bits).

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

Parameters

x  Byte
The argument.

Return Value

Boolean
if an odd number of bits is set to 1; otherwise, .
See Also