This function returns whether or not a given number is even.
Returns true if and only if the input value (rounded down) is even.
BOOLEAN
Type
Meaning
NUMERIC
a value
the units in which to determine evenness.
Converts the value into the desired units, rounds down to the nearest integer, then returns whether or not this value is even.