IScalarFunctionDD Type

Provides the interface to a function with one double argument, and one resulting double value.

Instance members

Instance member Description

this.Evaluate

Full Usage: this.Evaluate

Parameters:
    x : float - The argument of the function.

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

The function evaluation.

x : float

The argument of the function.

Returns: float

The resulting value that the function evaluates.