FLOOR( ) Function

Example   See Also

Returns the nearest integer that is less than or equal to the specified numeric expression.

Syntax

FLOOR(nExpression)

Returns

Numeric

Arguments

nExpression

Specifies the numeric expression for which FLOOR( ) returns the nearest integer that is less than or equal to the numeric expression.