This content describes an older version of this product.
View Latest
ceil(n)
Returns the nearest integer of equal or greater value to n.
n can be any real numeric value in the range of -1e308 <= n <= 1e308.
This function can only be used in a foreach
statement.