Click or drag to resize

TemperatureFromFahrenheit Method

Returns a Temperature structure equal to the Fahrenheit value provided

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
public static Temperature? FromFahrenheit(
	double? value
)

Parameters

value  NullableDouble
The temperature in degrees Fahrenheit

Return Value

NullableTemperature
A Temperature
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is less than absolute zero
Remarks
If value is null, the method returns null
See Also