This function returns the next higher integer that is greater than or equal to the given number.


ceil(number) #Output: Number



Parser expressionDescription


ceil(-1.3)


This example returns:

-1.0


ceil(0)


This example returns:

0.0


ceil(2.3)


This example returns:

3.0



Parameters used in this function

ParameterInput (data type)Description
number

Any given number or numeric field code.



This function returns a



Use cases and examples



Parser function cloudceil(number)
Map(tick)
NotesNot possible with the available numeric operators.






Status
Tech review

Style guide




Short descriptionReturns the next higher integer.
Output

Label