INonLinearExplanatories.Add

Syntax

Add: INonLinearExplanatory;

Description

The Add method adds a variable to the collection.

Comments

The Add method returns the added variable after execution. A variable is added to the end of the collection, and value of the INonLinearExplanatories.Count property increases by one.

Example

The property use is given in the example for ICpNonLinearOptimization.Explanatories.

See also:

INonLinearExplanatories