共用方式為


PowerGridForecast.Forecast 屬性

定義

取得包含預測數據的向量。 預測是連續的,從 StartTime 開始。 您可以使用 來計算 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)

屬性值

包含預測數據的向量。

適用於