DRAFTThis page is not published. Only visible in development mode.
math module · Scalar Function

math::floor

Round down to the nearest integer.

Syntax

RQL

Parameters

NameTypeDescription
valueNumberThe number to round down

Return Value

Returns the largest integer less than or equal to the input value.

Examples

$ Floor a float
$ ctrl+enter to run

Related Functions