LongitudeLessThan(Double, Longitude) Operator

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

Definition

Namespace: InnerDrive.Geography
Assembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
public static bool operator <(
	double left,
	Longitude right
)

Parameters

left  Double
The Double to compare.
right  Longitude
The Longitude to compare.

Return Value

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

See Also