subtractValue method

DiscreteFieldFunction subtractValue(
  1. int value
)

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.

Parameters:

  • value — The value to subtract across the field.

Return Value: A function that subtracts a value from this function's field result.