LongitudeMinutes Property

Gets the integral number of minutes represented by this IDmsCoordinate.

Definition

Namespace: InnerDrive.Geography
Assembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
public int Minutes { get; }

Property Value

Int32

Implements

IDmsCoordinateMinutes

Example

Given a Latitude of 42.125°, the Minutes value will be 7.

See Also