Stat Assembly > Stat Assembly Interfaces > ISlSimultaneousEquations
Assembly: Stat;
Namespace: Prognoz.Platform.Interop.Stat;
The ISlSimultaneousEquations interface defines the equation collection parameters.
ISlSimultaneousEquations
Collection elements are implemented by the ISlSimultaneousEquation interface.
Property name | Brief description | |
![]() |
The Count property returns the number of equations in a collection. | |
![]() |
The Item property determines equation parameters based on a specified index. |
Method name | Brief description | |
![]() |
The Add property adds an equation to collection. | |
![]() |
The Clear property clears equation collection. | |
![]() |
The Remove property deletes an equation based on a specified index. |
See also: