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.RegressionsAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public DegreeDaysRegressionComponent GetHeatingDegreeDays()
Public Function GetHeatingDegreeDays As DegreeDaysRegressionComponent
Return Value
DegreeDaysRegressionComponentExceptions See Also