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