ceiling
Returns the smallest integer that is greater than or equal to value.
Languages
Built-in, C++, C#, Java, XQuery, XSLT 1.0, XSLT 2.0, XSLT 3.0.
Parameters
Argument | Description |
---|---|
value | Mandatory parameter. Provides the function's input value. |
Example
If the input value is 11.2, then applying the ceiling function to it makes the result 12, i.e. the smallest integer that is greater than 11.2.