Click or drag to resize

RegressionGetCoolingDegreeDays Method

Returns the non-null DegreeDaysRegressionComponent object representing the cooling-degree-days component (c*CDD) of this Regression, or throws an InvalidOperationException if no such component exists (check HasCoolingDegreeDays before calling this).

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

Return Value

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