CEILING
Deprecated version
This document refers to a deprecated version of the RQL programming language.
Please go here for documentation related to the latest supported version.
Returns the smallest integer greater or equal to the specified value.
Syntax
CEILING(<numeric expression>)
Example
CEILING(1.1) // 2
CEILING(1.0) // 1