Click or drag to resize

TimeMultiply Method

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

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

Parameters

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

Return Value

Time
A new Time instance equal in value to the Time instance multiplied by the value.
See Also