MindFusion.Wpf Pack Programmer's Guide
EVEN

Returns the specified number rounded up to the nearest even integer.

Syntax  Copy Code

EVEN( Number n ) Number

Parameters

n
Required. The number to round.

Remarks

Returns the even integer whose sign is the same as the sign of n and whose absolute value is greater than or equal to the absolute value of n.

Example

Formula  Copy Code

=EVEN(3)

See Also

Function Reference
CEILING Function
FLOOR Function
INT Function
ISEVEN Function
ISODD Function
ODD Function
ROUND Function
TRUNC Function