Home > Expression Operators > Arithmetic Operators > #FLOOR

#FLOOR

Rounds a number down to the next integer.

Syntax:

#FLOOR number

Examples:

#FLOOR 2.4 equals 2

#FLOOR 2.6 equals 2

#FLOOR -2.4 equals -3

#FLOOR -2.6 equals -3

Related Operators:

#CEILING

#INT

#ROUND