BinaryMathIsParityOdd(Int32) 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(
int x
)
Parameters
- x Int32
- The argument.
Return Value
Boolean if an odd number of bits is set to 1; otherwise,
.
See Also