Assembly: Algo;
The IAlgorithmTimeResults interface is used to work with the collection of algorithm calculation results by calculation algorithm 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. |
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: