IMsForecast.Combined

Fore Syntax

Combined: ITimeSeries;

Fore.NET Syntax

Combined: Prognoz.Platform.Interop.Ms.ITimeSeries;

Description

The Combined property returns series including date of source series at sample period and of forecasting series at forecasting period.

Comments

If sample and forecasting periods are intersected, forecasting data has higher priority. Thus, returned series includes truncated date at sample period and full data at forecasting period.

Fore and Fore.NET Examples

The property use is given in the example for IMsForecastObject.Forecast.

See also:

IMsForecast