Assembly: Algo;
The IAlgorithmTimeResults interface is used to work with the collection of algorithm calculation, containing information about calculation time of calculation objects.
IAlgorithmTimeResults
| 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. |
| 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: