LatitudeGreaterThanOrEqual(Double, Latitude) Operator

Compares an instance of Latitude 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,
	Latitude right
)

Parameters

left  Double
The Double to compare.
right  Latitude
The Latitude to compare.

Return Value

Boolean
true if the first instance is greater in value or equal to the second instance.

See Also