Click or drag to resize

PressureDivide Method

Divides an instance of Pressure by a double-precision value.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
public static Pressure Divide(
	Pressure a,
	double divisor
)

Parameters

a  Pressure
The Pressure to divide.
divisor  Double
The value to divide the Pressure by.

Return Value

Pressure
A new Pressure instance equal in value to the Pressure instance divided by the value.
See Also