IMsFormulaTransform.CalculationDirection

Fore Syntax

CalculationDirection: MsCalculationDirection;

Fore.NET Syntax

CalculationDirection: Prognoz.Platform.Interop.Ms.MsCalculationDirection;

Description

The CalculationDirection property sets direction of pointwise calculation mode.

Comments

The calculation direction is relevant  only in transformation problems. In the forecasting problems only forward calculation is used.

Calculation mode is determined by the IMsFormulaTransform.CalculationType property.

Fore and Fore.NET Examples

The property use is given in the example for IMsFormulaTransform.CalculationType.

See also:

IMsFormulaTransform