Inner Drive Extensible Architecture
C#
Show/Hide TOC
Temperature
From
Fahrenheit Method
Returns a
Temperature
structure equal to the Fahrenheit value provided
Definition
Namespace:
InnerDrive.Quantitative
Assembly:
InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
Copy
public
static
Temperature
?
FromFahrenheit
(
double
?
value
)
Parameters
value
Nullable
Double
The temperature in degrees Fahrenheit
Return Value
Nullable
Temperature
A
Temperature
Remarks
If
value
is
null
, the method returns
null
Exceptions
ArgumentOutOfRangeException
value
is less than absolute zero
See Also
Reference
Temperature Structure
InnerDrive.Quantitative Namespace
In This Article
Definition
Parameters
Return Value
Remarks
Exceptions
See Also