FLOOR

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

version 11


FLOOR (arithmetic_expression)

Description

The FLOOR function returns the largest integer that is less than or equal to the arithmetic_expression.

Example

This example returns the largest integer less than or equal to -20.9:

   FLOOR (-20.9); 
       `returns -21

See Also

CEILING.


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