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.2.9017.0
C#
public static Time operator /(
	Time left,
	int right
)

Parameters

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

Return Value

Time
The quotient of left divided by right.

Implements

IDivisionOperatorsTSelf, TOther, TResultDivision(TSelf, TOther)

See Also