TimeDivision(Time, 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 Time operator /(
	Time left,
	int right
)

Parameters

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

Return Value

Time
The quotient of left divided by right.

Implements

IDivisionOperatorsTSelf, TOther, TResultDivision(TSelf, TOther)

See Also