For the complete documentation index, see llms.txt. This page is also available as Markdown.

ODD

The ODD function rounds off an input number and returns the nearest higher odd number. Node references are also accepted as arguments.

Syntax

odd(value)

Arguments

value - The input number to be rounded off.

Example

ODD(39458)

Returns 39459.

Last updated

Was this helpful?