IAlgorithmSettings.NonPointwiseCalcMode

Syntax

NonPointwiseCalcMode: MsNonPointwiseCalcMode.

Description

The NonPointwiseCalcMode property determines a method for calculating aggregation blocks when pointwise calculation of algorithm is used.

Comments

If the IAlgorithmSettings.PointwiseCalc property is set to True, and the calculation algorithm contains aggregation blocks, aggregation for one calendar point is impossible. Aggregation blocks can be calculated before and after pointwise calculation or cannot be calculated.

NOTE. When pointwise calculation of algorithm is used, the order of aggregation blocks calculation depends on the selected calculation method.

For details about aggregation blocks calculation methods when pointwise calculation is used, see the Algorithm Calculation section.

Example

The property use is given in the example for IAlgorithmSettings.CheckArithmeticErrors.

See also:

IAlgorithmSettings