IAlgorithmTimeResults

Assembly: Algo;

Description

The IAlgorithmTimeResults interface is used to work with the collection of algorithm calculation, containing information about calculation time of calculation 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.
TotalTime The TotalTime property returns the length of time interval for calculation of calculation objects in milliseconds.

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