Method Int.parity()
- Method parity
boolparity(int(0..)value)- Description
Returns the parity of the integer
value. If the parity is odd 1 is returned. If it is even 0 is returned.
bool parity(int(0..) value)
Returns the parity of the integer value. If the
parity is odd 1 is returned. If it is even 0 is
returned.