IStatPeriod.LastPoint

Syntax

LastPoint: Integer;

Description

The LastPoint property determines the end point of the sample period.

Comments

The range of values for the last points of the sample period starts from one.

By default, the property value is -1, in this case the value of the last point of the sample period is defined automatically.

Example

The property use is given in the example for ISmExponentialSmoothing.ModelPeriod.

See also:

IStatPeriod