CEILING

4D - Documentation   Français   English   German   Japanese   4D SQL Reference, Table of Contents   4D SQL Reference, Index   Back   Previous   Next

version 11


CEILING (arithmetic_expression)

Description

The CEILING function returns the smallest integer that is greater than or equal to the arithmetic_expression.

Example

This example returns the smallest integer greater than or equal to -20.9:

   CEILING (-20.9) 
       `returns -20

See Also

FLOOR.


4D - Documentation   Français   English   German   Japanese   4D SQL Reference, Table of Contents   4D SQL Reference, Index   Back   Previous   Next