Inner Drive Extensible Architecture
C#
Show/Hide TOC
Pressure
Division(Pressure, Double) Operator
Divides one value by another to compute their quotient.
Definition
Namespace:
InnerDrive.Quantitative
Assembly:
InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
Copy
public
static
Pressure
operator
/
(
Pressure
left
,
double
right
)
Parameters
left
Pressure
The value which
right
divides.
right
Double
The value which divides
left
.
Return Value
Pressure
The quotient of
left
divided by
right
.
Implements
IDivisionOperators
TSelf, TOther, TResult
Division(TSelf, TOther)
See Also
Reference
Pressure Structure
Division Overload
InnerDrive.Quantitative Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also