Ceiling
Description
Rounds a double value up to the next highest whole number and returns the rounded double value in a new column.
Use
- Argument:
- Select an argument. (Double)
- Output field:
- Enter an output field name.
Example
Double value | Ceiling() returns |
---|---|
11.0 | 11.0 |
11.0000000001 | 12.0 |
11.8 | 12.0 |
Hero Platform_ Example
An example of this function can be found in Hero Platform_'s library of examples.
Download the example titled "function_Ceiling" to see an example of this function.
Type