ICalcAlgorithm.Calculate

Syntax

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

Parameters

Objs. List of calculation algorithm objects.

Description

The Calculate method calculates algorithm.

Comments

The calculation takes into account parameter values specified in the ICalcAlgorithm.ParamValues property. If the Objs parameter is not specified, all calculation algorithm objects are calculated.

Example

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

See also:

ICalcAlgorithm