Inner Drive Extensible Architecture
C#
Show/Hide TOC
Latitude
Degrees Property
Gets the integral number of degrees represented by this
Latitude
.
Definition
Namespace:
InnerDrive.Geography
Assembly:
InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
Copy
public
int
Degrees
{
get
; }
Property Value
Int32
Implements
IDmsCoordinate
Degrees
Example
Given a
Latitude
of 42.125°, the
Degrees
value will be 42.
See Also
Reference
Latitude Structure
InnerDrive.Geography Namespace
In This Article
Definition
Property Value
Implements
Example
See Also