subtractOtherField method
- DiscreteFieldFunction otherField
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.
Parameters:
otherField— Another discrete field function.
Return Value: A function that subtracts another field from this function's field result.