Converts DMS (Degree/Minute/Second) to decimal degrees.
[Visual Basic] Public Shared Function DMSToDecimalDegrees( _ ByVal Int32 As Integer, _ ByVal Int32 As Integer, _ ByVal Double As Double, _ ByVal GPSPosition.CardinalPoint As CardinalPoint _ ) As Double