This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||
|
4D v20 R8
FLOOR
|
|
||
The FLOOR function returns the largest integer that is less than or equal to the arithmetic_expression.
This example returns the largest integer less than or equal to -20.9:
FLOOR (-20.9);
`returns -21
Product: 4D
Theme: Functions
4D SQL Reference ( 4D v20 R8)