Related Topics: | ||
Description: Returns a number rounded up to the nearest odd integer.
Syntax: ODD(Number)
Number is the value to round.
Remarks:
Number must be a numeral.
Regardless of the sign of Number, a value is rounded up when adjusted away from zero. If Number is an odd integer, no rounding occurs.
Example:
ODD(1.5) = 3 [rounds 1.5 up to the nearest odd integer]
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.