TsCalculationType

Description

The TsCalculationType enumeration is used to determine a method calculation mode.

It is used by the following property:

Available Values

Value Brief description
-1 Undefined. Method is not defined.
0 Pointwise. Pointwise calculation mode.
1 Series. Series calculation mode.

Comments

Pointwise. The series point in use depends on the date used for calculation. For example, in the method calculation for year 2000 the series value for year 2000 is used, in the method calculation for year 2001 - the series value for year 2001, and so on.

Series. All series observations are used in calculation simultaneously.

See also:

Transform Assembly Enumerations