ICpNonLinearDecomposition.Variables

Fore Syntax

Variables: INonLDVariables;

Fore.NET Syntax

Variables: Prognoz.Platform.Interop.Cp.INonLDVariables;

Description

The Variables property returns variables of non-linear equations system.

Comments

The property is read-only.

Use the ICpNonLinearDecomposition.Equations property to determine system equations.

Fore and Fore.NET Examples

The property use is given in the example for ICpNonLinearDecomposition.Equations.

See also:

ICpNonLinearDecomposition