ISmDerivative.DerivativeExpressions

Fore Syntax

DerivativeExpressions: Array;

Fore.NET Syntax

DerivativeExpressions: System.Array;

Description

The DerivativeExpressions property returns an array of derivatives' expressions.

Comments

Each of the array elements is a string. The number of elements matches the number of differentiation variables set in the ISmDerivative.DiffVariables property.

Fore and Fore.NET Examples

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

See also:

ISmDerivative