Assembly: Algo;
The IAlgorithmCalculationResult interface is sued to work with algorithm calculation result.
IAlgorithmCalculationResult
Property name | Brief description | |
![]() |
Calc | The Calc property returns the calculation algorithm objects calculation result. |
![]() |
ElapsedMilliseconds | The ElapsedMilliseconds property determines calculation time for calculation algorithm objects. |
![]() |
Errors | The Errors property returns the list of error or warning messages. |
![]() |
HasError | The HasError property returns whether errors occurred on algorithm calculation. |
![]() |
HasWarnings | The HasWarnings property returns whether warnings occured on algorithm calculation. |
![]() |
InitMilliseconds | The InitMilliseconds property determines calculation algorithm initialization time. |
![]() |
Load | The Load property returns the result of loading data source. |
![]() |
Save | The Save property returns the result of saving data in data consumers. |
![]() |
TotalElapsedMilliseconds | The TotalElapsedMilliseconds property determines a total algorithm calculation time. |
![]() |
Warnings | The Warnings property returns the warnings list. |
Method name | Brief description | |
![]() |
ToJson | The method cannot be used in application code. |
See also: