Click or drag to resize

LengthDivision(Length, Double) 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 Length operator /(
	Length left,
	double right
)

Parameters

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

Return Value

Length
The quotient of left divided by right.

Implements

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