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