NullFunction Type

Example of a IScalarFunctionDD which always returns 0 (zero).

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.

Static members

Static member Description

NullFunction.Instance

Full Usage: NullFunction.Instance

Returns: NullFunction

Gets the instance of NullFunction.

Returns: NullFunction