powValue method

ContinuousFieldFunction powValue(
  1. double power
)

Composes a function that returns this function's field result raised to a power across its extent.

The function result has no data where this function's field result has 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 equals that of this function's field result.

Parameters:

  • power — The power to raise by.

Return Value: A function that returns this function's field result raised to a power across its extent.