IParametrizedFunctionDDD Type

Provides the interface to a function with one double argument, and one resulting double value. The evaluation is parametrized by one or more parameters.

Instance members

Instance member Description

this.Evaluate

Full Usage: this.Evaluate

Parameters:
    independent : float[] - The argument of the function.
    parameters : float[] - The parameters of this function
    result : float[] - On output, this is the function result.

Modifiers: abstract

The function evaluation.

independent : float[]

The argument of the function.

parameters : float[]

The parameters of this function

result : float[]

On output, this is the function result.