floor

Type: External

Group: matrix

Syntax

floor(value)

Description

Rounds the value of the first operand down to the nearest integer.

Examples

floor(-5.5) = -6 floor(2.3) = 2

See Also

ceil, round