Click or drag to resize

HeatingDegreeDaysCalculation Constructor

Constructs a HeatingDegreeDaysCalculation object with the specified base temperature.

Namespace: DegreeDays.Api.Data.Impl
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public HeatingDegreeDaysCalculation(
	Temperature baseTemperature
)

Parameters

baseTemperature  Temperature
The base temperature that the heating degree days should be calculated to.
See Also