MassDivide Method
Divides 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 Divide(
Mass left,
double divisor
)
- left Mass
- The Mass to divide.
- divisor Double
- The value to divide the Mass by.
MassA new
Mass instance equal in value to the
Mass
instance divided by the value.