Click or drag to resize

Pressure   Conversion (Double to Pressure)

Creates a new Pressure object from a Double value.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
public static implicit operator Pressure (
	double value
)

Parameters

value  Double
The value to use to create a new Pressure object.

Return Value

Pressure
A new Pressure with the same value.
Remarks
When created using the implicit operator, the Pressure instance will use the Pascal as its default Unit.
See Also