WorksheetFunction.Odd(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns number rounded up to the nearest odd integer.
public:
double Odd(double Arg1);
public double Odd (double Arg1);
Public Function Odd (Arg1 As Double) As Double
Parameters
- Arg1
- Double
Number - the value to round.
Returns
Remarks
If number is nonnumeric, Odd returns the #VALUE! error value.
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.