Click or drag to resize

RegressionSampleSpan Property

Returns a DayRange representing the full period covered by the sample (including any gaps) that was used for this Regression.

Namespace: DegreeDays.Api.Regressions
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public DayRange SampleSpan { get; }

Property Value

DayRange
Remarks
This could be shorter than the full range of the InputData sent in your request, if the location could not provide enough weather data to cover it all.
See Also