IDmsCoordinateTotalDegrees Property
Namespace: InnerDrive.GeographyAssembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
double TotalDegrees { get; }
Property Value
Double Assuming 60
Minutes per
Degree, and 60
Seconds
per
Minute, this value is equal to D + M / 60 + S / 3600. (In theory,
an implementation could use different ratios between members.)
Given a
Latitude of 42° 7' 30", the
TotalDegrees value will be 42.125.