@FLOOR[n]:  Returns the largest integer that is not greater than n. @FLOOR will perform an implicit @EVAL on its argument, so you can enter an arithmetic expression.

 

Examples:

 

echo %@floor[3.14]

3

 

echo %@floor[-3.14]

-4

 

echo %@floor[0]

0

 

echo %@floor[123]

123

 

See also: @CEILING.