LengthDivide Method
Divides 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 Divide(
Length left,
double right
)
- left Length
- The Length to divide.
- right Double
- The value to divide the Length by.
LengthA new
Length instance equal in value to the
Length
instance divided by the value.