Floor

Syntax


y = floor(x)

Description


Returns largest (most positive) integer value that is less than or equal to the passed argument, which may be an expression.

Example


y = floor(5*sin(t))