Adams Basic Package
>
Adams View
>
View Function Builder
>
Design-Time Functions
>
Functions: F - L
> FLOOR
FLOOR
Returns the largest integer that is less than x.
Format
FLOOR(x)
Argument
x
Any valid expression that evaluates to a real number.
Examples
The following examples illustrate the use of the FLOOR function:
Function
FLOOR (.7)
Result
0
Function
FLOOR (-5.7)
Result
-6
Function
FLOOR (3.9)
Result
3
Learn more about math functions
.
This site works best with JavaScript enabled