Syntax: @FLOOR(X)
X = a numeric value
@FLOOR returns the largest integer less than or equal to X.
Examples:
@FLOOR(5.5) = 5
@FLOOR(E3) = -10, where E3 = -9.99
@FLOOR(C17) = 3, where C17 = 3.45