ISlEquations

Assembly: Stat;

Namespace: Prognoz.Platform.Interop.Stat;

Description

The ISlEquations interface defines the equation collection parameters.

Inheritance Hierarchy

          ISlEquations

Comments

Collection elements are implemented by the ISlEquation interface.

Properties

  Property name Brief description
The Count property returns the number of equations.
The Item property returns equation based on a specified index.

Methods

  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:

Stat Assembly Interfaces