ISmDerivative.FunctionValue

Fore Syntax

FunctionValue: Double;

Fore.NET Syntax

FunctionValue: double;

Description

The FunctionValue property returns function value at the specified point.

Comments

The expression for differentiation is determined by the ISmDerivative.Expression property.

Fore and Fore.NET Examples

The property use is given in the example for ISmDerivative.CoefficientsOrder.

See also:

ISmDerivative