times
Composes a function that multiplies, point-wise, this function's field result and another across their spatial intersection. The function result has no data where either of the given fields has no data.
The function result extent is the intersection of the extents of the given fields.
The spatial reference of both fields must be equivalent.
Return
A function that multiplies this function's field result and another.
Since
300.0.0
Parameters
Another continuous field function.
Composes a function that multiplies, point-wise, this function's field result by a value across its extent. The function result has no data where this function's field result has no data.
The function result extent equals that of this function's field result.
Return
A function that multiplies a value with this function's field result.
Since
300.0.0
Parameters
The value to multiply across the field.