minus

Composes a function that subtracts, point-wise, another field from this function's field result 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 subtracts another field from this function's field result.

Since

300.0.0

Parameters

otherField

Another continuous field function.


operator fun minus(value: Float): ContinuousFieldFunction

Composes a function that subtracts, point-wise, a value from this function's field result 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 subtracts a value from this function's field result.

Since

300.0.0

Parameters

value

The value to subtract across the field.