Click or drag to resize

DegreeDaysRegressionComponentSampleDegreeDaysTotal Property

Gets the non-null DataValue representing the total number of degree days across all the periods this regression component was calculated for.

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

Property Value

DataValue
Remarks

This will have a value equal to the total of all the degree-day values in SampleDegreeDaysDataSet.

See Also