Floor (Round to a Lower Number)

The Floor function rounds a value to a lower number.

Syntax

variable = Floor ( Number )

Remarks

The Floor function rounds a Number down to an integer value.

To round a value up to an integer, use the Ceiling function. To perform arithmetic rounding on a value, use the Round function.