PointwiseCalc: Boolean;
None;
The PointwiseCalc property determines whether pointwise calculation of algorithm is used.
Available values:
True. The algorithm is calculated pointwise. If the pointwise algorithm calculation is used, determine a calculation method for aggregation blocks using the IAlgorithmSettings.NonPointwiseCalcMode property.
False. The algorithm is calculated in the series mode.
For details about pointwise calculation see the Algorithm Calculation section.
The method use is given in the example for IAlgorithmSettings.CheckArithmeticErrors.
See also: