Click or drag to resize

LengthDivide Method

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

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
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