Click or drag to resize

RegressionSampleSpanDays Property

Returns the number of days 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 int SampleSpanDays { get; }

Property Value

Int32
Remarks
This could be shorter than the number of days covered by the InputData sent in your request, if the location could not provide enough weather data to cover it all.
See Also