LongitudeGreaterThan(Double, Longitude) Operator
Compares an instance of
Longitude to an instance of
Double for different values.
Namespace: InnerDrive.GeographyAssembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
public static bool operator >(
double left,
Longitude right
)
- left Double
- The Double to compare.
- right Longitude
- The Longitude to compare.
Booleantrue if the first instance is greater in value than the second instance.