Rounds the field's value to the smallest (closest to negative infinity) double value that is greater than or equal to the field's value and is equal to a mathematical integer.
Function Traits: FieldComputationFunction
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
as | string | optional | _ceil | The name of the output field. |
field [a] | string | required | The name of the input field. | |
The parameter name for field
can be omitted; the following forms are equivalent:
logscale
math:ceil("value")
and:
logscale
math:ceil(field="value")