Ceiling function

The Ceiling function rounds the parameter up to the next closest integer.

Parameter: number

The number to round up to an integer. This can come from a source node, the result of another function, or a value that you specify.

Returns: number

The closest integer that is greater than the parameter.

Example:

ceiling(4.2) = 5




Feedback | Notices


Timestamp icon Last updated: Tuesday, 27 September 2016


https://www.ibm.com/support/knowledgecenter/en/SS3LC4_7.5.3/com.ibm.wci.doc/ref_Ceiling.html