Assembly: Stat;
The ISlEquations interface defines the equation collection parameters.
ISlEquations
Collection elements are implemented by the ISlEquation interface.
Property name | Brief description | |
Count | The Count property returns the number of equations. | |
Item | The Item property returns equation based on a specified index. |
Method name | Brief description | |
Add | The Add method adds an equation to collection. | |
Clear | The Clear method clears equation collection. | |
Remove | The Remove method deletes an equation based on a specified index. |
See also: