Converts Degrees/Minutes/Seconds into Decimal Degrees.
[Visual Basic] Overloads Public Shared Function Dms2Deg( _ ByVal varDegrees As Integer, _ ByVal varMinutes As Integer, _ ByVal varSeconds As Integer _ ) As Decimal
[C#] public static decimal Dms2Deg( intvarDegrees, intvarMinutes, intvarSeconds );