The MsCalculationDirection enumeration contains directions of pointwise calculation mode.
It is used by the following property:
Value | Brief description |
0 | Forward. Calculation from start point to end point. |
1 | Backward. Calculation from end point to start point. |
When the pointwise calculation mode is used, the calculation is executed sequentially in every point of the variable:
Forward. First, the expression is calculated based on the first point, then on the second point, and so on.
Backward. First, the expression is calculated based on the last point, then on the one but last point, and so on.
See also: