WorksheetFunction.Odd(Double) Method

Definition

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.

Applies to