Odd
Description
Rounds a number (Double) up to the nearest odd integer (Long). A new column is created for the results.
Use
- Argument:
- Select an argument. (Double)
- Output field name:
- Enter an output field name.
Example
Double value | Odd() returns |
---|---|
36.23423 | 37 |
37.7345 | 39 |