IEmComputingSerie.Type

Fore syntax

Type: EmComputingSerieType;

Fore.NET syntax

Type: Prognoz.Platform.Interop.Modeller.EmComputingSerieType;

Description

The Type property determines series values calculation method.

Comments

If Type takes on value of EmComputingSerieType.Lag, EmComputingSerieType.Logarithm or EmComputingSerieType.User, complement calculation parameter value must be assigned to the IEmComputingSerie.Condition property.

Fore and Fore.NET examples

The property use is given in the example for IEmSeries.AddComputingSerie.

See also:

IEmComputingSerie