Skip to content

FLOOR

Returns the largest (closest to positive infinity) numeric value that is less than or equal to the argument and has no decimal places

js
FLOOR(input_number)
FLOOR(input_number)

Parameters

  • input_number - The number input.

Examples

js
FLOOR(1.5)
FLOOR(1.5)

Result: 1