MindFusion.Wpf Pack Programmer's Guide
ISODD

Checks whether the specified number is odd.

Syntax  Copy Code

ISODD( Integer n ) Logical

Parameters

n
Required. The value to test.

Remarks

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

Example

Formula  Copy Code

=ISODD(2.5)
=ISODD(3)

See Also

Function Reference
EVEN Function
ISEVEN Function
ODD Function