Inner Drive Extensible Architecture
C#
C#
Show/Hide TOC
Latitude
.
Greater
Than
Or
Equal(Latitude, Double) Operator
Compares two values to determine which is greater or equal.
Definition
Namespace:
InnerDrive.Geography
Assembly:
InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
Copy
public
static
bool
operator
>=( Latitude left,
double
right )
Parameters
left
Latitude
The value to compare with
right
.
right
Double
The value to compare with
left
.
Return Value
Boolean
true
if
left
is greater than or equal to
right
; otherwise,
false
.
Implements
IComparisonOperators
<
TSelf, TOther, TResult
>
.
GreaterThanOrEqual(TSelf, TOther)
See Also
Reference
Latitude Structure
GreaterThanOrEqual Overload
InnerDrive.Geography Namespace
CompareTo(Latitude)
In This Article
Definition
Parameters
Return Value
Implements
See Also