LengthLessThan(Double, Length) Operator
Compares an instance of
Length to an instance of
Double for different values.
Namespace: InnerDrive.QuantitativeAssembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
public static bool operator <(
double left,
Length right
)
- left Double
- The Double to compare.
- right Length
- The Length to compare.
Booleantrue if the first instance is lesser in value than the second instance.