floor

floor(X) returns lower integer rounded value for each element of X.

Examples

> floor(pi)#

 3
> floor([0.99999 1.00001])#

            0            1

See also

ceil | fix | round