TemperatureFahrenheit Method |
Returns a Temperature with the specified
Fahrenheit temperature rounded to the nearest 0.1 F.
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public static Temperature Fahrenheit(
double value
)
Public Shared Function Fahrenheit (
value As Double
) As Temperature
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
TemperatureExceptions See Also