FLOOR

FLOOR returns the largest integer equal to or less than a specified number.

Return Value

NUMBER 

Syntax

FLOOR(n)

Arguments

n can be any numeric expression.

Examples

FLOOR(15.7) returns the value 15.

FLOOR(-15.7) returns the value -16.