Inner Drive Extensible Architecture
C#
Show/Hide TOC
Latitude
Conversion (Latitude to Double)
Creates a new
Double
value from a given
Latitude
object.
Definition
Namespace:
InnerDrive.Geography
Assembly:
InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
Copy
public
static
implicit operator
double
(
Latitude
value
)
Parameters
value
Latitude
The
Latitude
object to convert.
Return Value
Double
A
Double
value equal to the value of the
Latitude
.
See Also
Reference
Latitude Structure
Overload
InnerDrive.Geography Namespace
In This Article
Definition
Parameters
Return Value
See Also