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