Rounds the field's value to the largest (closest to positive infinity) double value that is less than or equal to the field's value and is equal to a mathematical integer.

ParameterTypeRequiredDefaultDescription
asstringoptional[a]_floor The name of the output field.
field[b]stringrequired  The name of the input field.

[a] Optional parameters use their default value unless explicitly set

[b] The argument name field can be omitted.

Omitted Argument Names

The argument name for field can be omitted; the following forms of this function are equivalent:

logscale
math:floor("value")

and:

logscale
math:floor(field="value")