Spread.NET 17 Formula Reference
Formula Functions / Functions D to G / EVEN
In This Topic
    EVEN
    In This Topic

    This function rounds the specified value up to the nearest even integer.

    Syntax

    EVEN(value)

    Arguments

    The argument can be any numeric value.

    Remarks

    Regardless of the sign of the number specified by the argument, the number is rounded away from zero.

    Data Types

    Accepts numeric data. Returns numeric data.

    Examples

    EVEN(A3)

    EVEN(R1C2)

    EVEN(5) gives the result 6

    EVEN(-2.5) gives the result -4

    Version Available

    This function is available in product version 1.0 or later.

    See Also

    CEILING | FLOOR | ODD | ISEVEN | Math and Trigonometry Functions