LongitudeSeconds Property

Gets the number of seconds (not including Degrees or Minutes) represented by this IDmsCoordinate.

Definition

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

Property Value

Double

Implements

IDmsCoordinateSeconds

Example

Given a Latitude of 42.125°, the Seconds value will be 30.0.

See Also