BigInt.isOdd

Test if the integer has an odd value

struct BigInt
const
bool
isOdd
()

Return Value

Type: bool

true if the integer is odd, false otherwise

Meta