Click or drag to resize

Pressure   Conversion (Pressure to Double)

Creates a new Double value from a given Pressure object.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
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