TimeMultiply Method
Multiplies an instance of
Time by a double-precision value.
Namespace: InnerDrive.QuantitativeAssembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
public static Time Multiply(
Time left,
double right
)
- left Time
- The Time to multiply.
- right Double
- The value to multiply the Time by.
TimeA new
Time instance equal in value to the
Time
instance multiplied by the value.