Click or drag to resize

Pressure(Double) Constructor

Creates a new instance of Pressure with a particular value.

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

Parameters

value  Double
The value of the Pressure to use.
See Also