ODD
Was this helpful?
The ODD function rounds off an input number and returns the nearest higher odd number. Node references are also accepted as arguments.
odd(value)value - The input number to be rounded off.
ODD(39458)Returns 39459.

Was this helpful?
Was this helpful?