MindFusion.Wpf Pack Programmer's Guide
ODD

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

Syntax  Copy Code

ODD( Number n )  Number

Parameters

n
Required. The number to round.

Remarks

Returns the odd 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

=ODD(4)

See Also

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