Inner Drive Extensible Architecture
C#
Show/Hide TOC
Temperature
Conversion (Double to Temperature)
Creates a new
Temperature
object from a
Double
value.
Definition
Namespace:
InnerDrive.Quantitative
Assembly:
InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
Copy
public
static
implicit operator
Temperature
(
double
value
)
Parameters
value
Double
The value to use to create a new
Temperature
object.
Return Value
Temperature
A new
Temperature
with the same value.
Remarks
When created using the implicit operator, the
Temperature
instance will use the
Meter
as its default
Unit
.
See Also
Reference
Temperature Structure
Overload
InnerDrive.Quantitative Namespace
In This Article
Definition
Parameters
Return Value
Remarks
See Also