Show contents 

Algo > Algo Assembly Interfaces > ICalcAlgorithm > ICalcAlgorithm.Calculate

ICalcAlgorithm.Calculate

Syntax

Calculate([Callback: ICalcEtlCallback = Null;] [Objs: ICalcObjectsList = Null]): IAlgorithmCalculationResult;

None;

Parameters

Callback. Object that implements the callback.

Objs. List of calculation algorithm objects.

NOTE. The method can be used without specifying parameters.

Description

The Calculate method calculates algorithm.

Fore and Fore.NET Examples

The method use is given in the example for IAlgorithmTimeResult.ExecuteMilisecods.

See also:

ICalcAlgorithm