TsCalculationType

Description

The TsCalculationType enumeration is used to determine method calculation mode.

It is used by 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 being used 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 the series observations are used in calculation simultaneously.

See also:

Transform Assembly Enumerations