Ceil
This Flow Script tutorial explains how to use the Ceil function with syntax and examples.
Last updated
Was this helpful?
This Flow Script tutorial explains how to use the Ceil function with syntax and examples.
Last updated
Was this helpful?
Was this helpful?
The Ceil function returns the value of x rounded up to the nearest integer.
βThe syntax for the Ceil function is:
Ceil(x)
x - the value to be rounded.
βThe Ceil function returns an integer value.
Let's look at some Ceil function examples and explore how to use the Ceil function.β
CeilCeil(1.2)
Returns: 2