Inner Drive Extensible Architecture
C#
Show/Hide TOC
Temperature(Double, Unit) Constructor
Creates a new instance of
Temperature
with a particular value and
Unit
.
Definition
Namespace:
InnerDrive.Quantitative
Assembly:
InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
Copy
[
JsonConstructorAttribute
]
public
Temperature
(
double
value
,
Unit
unit
)
Parameters
value
Double
The value of the
Temperature
to use.
unit
Unit
The
Unit
to use.
Exceptions
IncompatibleUnitException
Thrown if
Temperature
is not the type that the
Unit
applies to.
ArgumentOutOfRangeException
value
represents a temperature below absolute zero
See Also
Reference
Temperature Structure
Temperature Overload
InnerDrive.Quantitative Namespace
In This Article
Definition
Exceptions
See Also