BinaryMathIsParityOdd(Byte) Method |
Determines whether x contains an odd number of set bits (1 bits).
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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