VolumeDivision(Volume, Double) Operator

Divides one value by another to compute their quotient.

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
public static Volume operator /(
	Volume left,
	double right
)

Parameters

left  Volume
The value which right divides.
right  Double
The value which divides left.

Return Value

Volume
The quotient of left divided by right.

Implements

IDivisionOperatorsTSelf, TOther, TResultDivision(TSelf, TOther)

See Also