EVEN
Rounds a number up to the nearest even integer
EVEN( number
)
Rounds a number
up to the nearest even integer
Arguments
Argument
Description
number
Numeric column or value
Output
Even integer
Examples
EVEN(94.3)
>> 96
EVEN(5)
>> 6
Last updated
Was this helpful?