BinaryMathIsParityOdd(SByte) Method |
Determines, if x contains an odd number of '1' bits.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool IsParityOdd(
sbyte x
)
Parameters
- x SByte
- The argument.
Return Value
BooleanTrue, if an odd number of bits is set to 1, or false, if an even number of bits is set to 1.
See Also