ISlEquations

Assembly: 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
Count

The Count property returns the number of equations.
Item

The Item property returns equation based on a specified index.

Methods

  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:

Stat Assembly Interfaces