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