Calculates the floor modulus of field value and the divisor, e.g.
x mod y
where
y
is the divisor and
x is a field. Both the field or
divisor are floor rounded before the calculation. Decimal values are
supported.
Omitted Argument NamesThe argument name for
field
can be omitted; the following forms of this function are equivalent:logscalemath:mod("field",divisor="value")
and:
logscalemath:mod(field="field",divisor="value")
These examples show basic structure only; full examples are provided below.