Inner Drive Extensible Architecture
C#
Show/Hide TOC
Temperature
Multiply Method
Multiplies an instance of
Temperature
by a double-precision value.
Definition
Namespace:
InnerDrive.Quantitative
Assembly:
InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
Copy
public
static
Temperature
Multiply
(
Temperature
left
,
double
right
)
Parameters
left
Temperature
The
Temperature
to multiply.
right
Double
The value to multiply the
Temperature
by.
Return Value
Temperature
A new
Temperature
instance equal in value to the
Temperature
instance multiplied by the value.
See Also
Reference
Temperature Structure
InnerDrive.Quantitative Namespace
In This Article
Definition
Parameters
Return Value
See Also