TimeDivide Method

Divides an instance of Time by a double-precision value.

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
public static Time Divide(
	Time left,
	double right
)

Parameters

left  Time
The Time to divide.
right  Double
The value to divide the Time by.

Return Value

Time
A new Time instance equal in value to the Time instance divided by the value.

See Also