Click or drag to resize

CalculationHeatingDegreeDays Method

Returns a non-null HeatingDegreeDaysCalculation object with the specified base temperature.

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

Parameters

baseTemperature  Temperature
The base temperature that the heating degree days should be calculated to. Cannot be null.

Return Value

HeatingDegreeDaysCalculation
The newly-constructed HeatingDegreeDaysCalculation object.
Exceptions
ExceptionCondition
ArgumentNullExceptionbaseTemperature is null.
See Also