powOtherField method
- ContinuousFieldFunction otherField
Composes a function that returns this function's field result raised to powers drawn from another field, point-wise, across their spatial intersection.
The function result has no data where either of the fields have no data.
The function result has no data where this function's field result is less than or equal to 0.
The function result extent is the intersection of the extents of the given fields.
Parameters:
otherField— The continuous field function to draw powers from.
Return Value: A function that returns this function's field result raised to powers drawn from another field, point-wise, across their spatial intersection.