evaluate method

Future<DiscreteField> evaluate()

Evaluates the result of the function.

If the data fits in memory, it is processed in a single pass. Larger datasets (typically >2 GB) are split into smaller processing areas to match available hardware, increasing processing time.

Return Value: The function result, or an error if evaluation was unsuccessful.