Binary |
| Name | Description | |
|---|---|---|
| IsParityOdd(Byte) | Determines whether x contains an odd number of set bits (1 bits). | |
| IsParityOdd(Int16) | Determines whether x contains an odd number of set bits (1 bits). | |
| IsParityOdd(Int32) | Determines whether x contains an odd number of set bits (1 bits). | |
| IsParityOdd(Int64) | Determines whether x contains an odd number of set bits (1 bits). | |
| IsParityOdd(SByte) | Determines whether x contains an odd number of set bits (1 bits). | |
| IsParityOdd(UInt16) | Determines whether x contains an odd number of set bits (1 bits). | |
| IsParityOdd(UInt32) | Determines whether x contains an odd number of set bits (1 bits). | |
| IsParityOdd(UInt64) | Determines whether x contains an odd number of set bits (1 bits). |