Click or drag to resize

RegressionGetHeatingDegreeDays Method

Returns the non-null DegreeDaysRegressionComponent object representing the heating-degree-days component (h*HDD) of this Regression, or throws an InvalidOperationException if no such component exists (check HasHeatingDegreeDays before calling this).

Namespace: DegreeDays.Api.Regressions
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public DegreeDaysRegressionComponent GetHeatingDegreeDays()

Return Value

DegreeDaysRegressionComponent
Exceptions
ExceptionCondition
InvalidOperationExceptionThis regression does not have a heatinging-degree-days component (i.e. HasHeatingDegreeDays returns false).
See Also