LengthDivide Method

Divides an instance of Length by a double-precision value.

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
public static Length Divide(
	Length left,
	double right
)

Parameters

left  Length
The Length to divide.
right  Double
The value to divide the Length by.

Return Value

Length
A new Length instance equal in value to the Length instance divided by the value.

See Also