PressureExtensionsInchesHg Method

Creates a new Pressure measured in inches of mercury

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
public static Pressure InchesHg(
	this double value
)

Parameters

value  Double
The inches of mercury of pressure

Return Value

Pressure
A Pressure

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Double. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also