Inner Drive Extensible Architecture
C#
Show/Hide TOC
Pressure
Multiply Method
Multiplies an instance of
Pressure
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
Pressure
Multiply
(
Pressure
left
,
double
right
)
Parameters
left
Pressure
The
Pressure
to multiply.
right
Double
The value to multiply the
Pressure
by.
Return Value
Pressure
A new
Pressure
instance equal in value to the
Pressure
instance multiplied by the value.
See Also
Reference
Pressure Structure
InnerDrive.Quantitative Namespace
In This Article
Definition
Parameters
Return Value
See Also