Share via


PowerGridForecast.Forecast Property

Definition

Gets a vector that contains the forecast data. The forecast is contiguous, and begins at StartTime. The start time of each element can be calculated with StartTime + (index * BlockDuration).

public:
 property IVectorView<PowerGridData ^> ^ Forecast { IVectorView<PowerGridData ^> ^ get(); };
IVectorView<PowerGridData> Forecast();
public IReadOnlyList<PowerGridData> Forecast { get; }
var iVectorView = powerGridForecast.forecast;
Public ReadOnly Property Forecast As IReadOnlyList(Of PowerGridData)

Property Value

A vector that contains the forecast data.

Applies to