Inner Drive Extensible Architecture
C#
Show/Hide TOC
Pressure
Conversion (Pressure to Double)
Creates a new
Double
value from a given
Pressure
object.
Definition
Namespace:
InnerDrive.Quantitative
Assembly:
InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
Copy
public
static
implicit operator
double
(
Pressure
value
)
Parameters
value
Pressure
The
Pressure
object to convert.
Return Value
Double
A
Double
value equal to the value of the
Pressure
.
See Also
Reference
Pressure Structure
Overload
InnerDrive.Quantitative Namespace
In This Article
Definition
Parameters
Return Value
See Also