LengthDivision(Length, Int32) Operator

Divides one value by another to compute their quotient.

Definition

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

Parameters

left  Length
The value that right divides.
right  Int32
The value that divides left.

Return Value

Length
The quotient of left divided by right.

Implements

IDivisionOperatorsTSelf, TOther, TResultDivision(TSelf, TOther)

See Also