The INonLinearExplanatories interface is used to work with collection of explanatory variables for non-linear optimization method.
Collection elements are implemented with the INonLinearExplanatory interface.
| Property name | Brief description | |
| Count | The Count property returns number of explanatory variables in the collection. | |
| Item | The Item method returns a variable from the collection based on its index. |
| Method name | Brief description | |
| Add | The Add method adds variable to the collection. | |
| Clear | The Clear method clears collection. | |
| Remove | The Remove method removes the variable from the collection by given index. |
See also: