====== Ceil ====== Ceil() The function returns the passed value rounded up to the nearest next integer. **Parameters** |< 100% 15% >| |value|The value on which the operation will be performed.| **Related** [[floor]], [[round]] **Examples** MsgBox(Ceil(1.27)) # --> 2 MsgBox(Ceil(-5.123)) # --> -5