FLOOR

The FLOOR function returns the largest whole number equal to or less than a specified number.

Return Value

NUMBER

Syntax

FLOOR(n)

Arguments

n

A number.

Examples

Displaying the Largest Integer Equal to or Less Than a Number

The following statements show results returned by the FLOOR function.