IAlgorithmTimeResults

Assembly: Algo;

Description

The IAlgorithmTimeResults interface is used to work with the collection of algorithm calculation results by calculation algorithm objects.

Inheritance Hierarchy

          IAlgorithmTimeResults

Properties

  Property name Brief description
Count The Count property returns the number of algorithm calculation results by objects.
Item The Item property returns the object calculation result by index.

Methods

  Method name Brief description
FindById The FindById method searches for object calculation result in the collection by identifier.
FindByKey The FindByKey method searches for object calculation result in the collection by key.

See also:

Algo Assembly Interfaces