Skip to content

floor()#

Syntax
floor( number )

Returns#

Returns the largest integer less than or equal to number.

Parameters#

Parameter Description
number The numeric value.