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