The INonLinearExplanatories interface is used to work with the 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 the number of explanatory variables in the collection. | |
| Item | The Item method returns the variable from the collection by its index. |
| 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: