Formula Engine Reference Guide
 

 

Back to Class Index

 

FLOOR(X)

Description
This function returns the largest integer less than or equal to X.
 
Parameters
X

A numeric value
 
Examples
FLOOR(5.5) = 5
 
FLOOR(E3) = -10
where E3 = -9.99
 
FLOOR(C17) = 3
where C17 = 3.45