HeatingDegreeDaysCalculation Constructor |
Constructs a HeatingDegreeDaysCalculation object with the
specified base temperature.
Namespace: DegreeDays.Api.Data.ImplAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public HeatingDegreeDaysCalculation(
Temperature baseTemperature
)
Public Sub New (
baseTemperature As Temperature
)
Parameters
- baseTemperature Temperature
- The base temperature that the heating degree days
should be calculated to.
See Also