Click or drag to resize

InputDataPeriods Property

Gets the non-null, non-empty, chronologically-ordered list of the InputPeriod objects that make up this InputData.

Namespace: DegreeDays.Api.Regressions
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public ReadOnlyCollection<InputPeriod> Periods { get; }

Property Value

ReadOnlyCollectionInputPeriod
See Also