Click or drag to resize

CalculationCoolingDegreeDays Method

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

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

Parameters

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

Return Value

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