Click or drag to resize

PressureDivision(Pressure, Int32) Operator

Divides one value by another to compute their quotient.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
public static Pressure operator /(
	Pressure left,
	int right
)

Parameters

left  Pressure
The value which right divides.
right  Int32
The value which divides left.

Return Value

Pressure
The quotient of left divided by right.

Implements

IDivisionOperatorsTSelf, TOther, TResultDivision(TSelf, TOther)
See Also