EVEN

EVEN(arg1) → { number | string | boolean }

Rounds a positive number up and negative number down to the nearest even integer.

Parameters:

Name Type Description
arg1 number

Is the value to round.

Returns:

Type
number | string | boolean