IParametrizedScalarFunctionDD 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:
    x : float - The argument of the function.
    parameters : float[] - The parameters of this function

Returns: float The resulting value that the function evaluates.
Modifiers: abstract

The function evaluation.

x : float

The argument of the function.

parameters : float[]

The parameters of this function

Returns: float

The resulting value that the function evaluates.