INonLinearExplanatories

Description

The INonLinearExplanatories interface is used to work with the collection of explanatory variables for non-linear optimization method.

Comments

Collection elements are implemented with the INonLinearExplanatory interface.

Properties

  Property name Brief description
Count The Count property returns the number of explanatory variables in the collection.
Item The Item method returns the variable from the collection by its index.

Methods

  Method name Brief description
Add The Add method adds a variable to the collection.
Clear The Clear method clears the collection.
Remove The Remove method removes the variable from the collection by its index.

See also:

Cp Assembly Interfaces