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.
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: 2Last updated
Was this helpful?
Was this helpful?