IEmSerie.Item

Fore syntax

Item(Index: Integer): Double;

Fore.NET syntax

Item[Index: integer]: double;

Parameters

Index. Observation index.

Description

The Item property determines value of the data series specified observation.

Comments

Indexation of the observations is continuous and starts from zero. Number of observations in the series is returned by the IEmSerie.Count property.

Fore and Fore.NET examples

The property use is given in the example for IEmStatisticsSettings.AddAllSeries.

See also:

IEmSerie