MindFusion.Wpf Pack Programmer's Guide
ISEVEN

Checks whether the specified number is even.

Syntax  Copy Code

ISEVEN( Integer n ) Logical

Parameters

n
Required. The value to test.

Remarks

If n is an even number, returns TRUE; otherwise, FALSE. If n is not an integer, it is automatically truncated.

Example

Formula  Copy Code

=ISEVEN(2.5)
=ISEVEN(3)

See Also

Function Reference
EVEN Function
ISODD Function
ODD Function