Click or drag to resize

TemperatureFahrenheit Method

Returns a Temperature with the specified Fahrenheit temperature rounded to the nearest 0.1 F.

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public static Temperature Fahrenheit(
	double value
)

Parameters

value  Double
A Fahrenheit temperature that's greater than or equal to -459.4 F (absolute zero) and less than or equal to 5432 F (hotter than the hottest blast furnaces). Note that the base-temperature range over which it would typically make sense to calculate degree days is much smaller than the range allowed by these limits.

Return Value

Temperature
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is less than -459.4 F, or greater than 5432 F.
ArgumentExceptionvalue is NaN.
See Also