LatitudeDegrees 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#
public int Degrees { get; }

Property Value

Int32

Implements

IDmsCoordinateDegrees

Example

Given a Latitude of 42.125°, the Degrees value will be 42.

See Also