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