Determines the closest integer that is greater than a specified floating point number.
ceiling(number)
→ returns numeric
ceiling(1.1)
Expected Result: 2
When ceiling an integer the result is equal to the value passed
ceiling(1)
Expected Result: 1
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.