INonLinearExplanatory.VariableName

Fore syntax

VariableName: String;

Fore.NET syntax

VariableName: string;

Description

The VariableName property determines name of the variable in the formula.

Comments

Calculation formulas for non-linear optimization method is determined by the ICpNonLinearOptimization.Equations property.

Fore and Fore.NET examples

The property use is given in the example for INonLinearExplanatory.Retrospective.

See also:

INonLinearExplanatory