PointwiseCalc: Boolean;
The PointwiseCalc property determines whether algorithm pointwise calculation 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. Default value. The algorithm is calculated in series mode.
For details about pointwise calculation see the Algorithm Calculation section.
The property use is given in the example for IAlgorithmSettings.CheckArithmeticErrors.
See also: