Take Command / TCC Help v. 13.03
@FLOORNot in LE
Hide Navigation Pane
@FLOORNot in LE
Previous topic Next topic No directory for this topic No expanding text in this topic  
@FLOORNot in LE
Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

@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]

echo %@floor[-3.14]

echo %@floor[0]

echo %@floor[123]

 

See also: @CEILING.

 

 

Comments (...)