Click or drag to resize

LengthLessThan(Double, Length) Operator

Compares an instance of Length to an instance of Double for different values.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
public static bool operator <(
	double left,
	Length right
)

Parameters

left  Double
The Double to compare.
right  Length
The Length to compare.

Return Value

Boolean
true if the first instance is lesser in value than the second instance.
See Also