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.
Hide omitted argument names for this function
Omitted Argument NamesThe argument name for
field
can be omitted; the following forms of this function are equivalent:logscalemath:floor("field")
and:
logscalemath:floor(field="field")
These examples show basic structure only.