TimeDivision(Time, Double) 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,
	double right
)

Parameters

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

Return Value

Time
The quotient of left divided by right.

Implements

IDivisionOperatorsTSelf, TOther, TResultDivision(TSelf, TOther)

See Also