Converts a Decimal Degree into Degrees/Minutes/Seconds. Returned values are
positive with Sign containing the Sign of the original
value.
[Visual Basic] Overloads Public Shared Sub Deg2Dms( _ ByVal decDegrees As Double, _ ByRef varDegrees As Integer, _ ByRef varMinutes As Integer, _ ByRef varSeconds As Decimal, _ ByRef varSign As Integer _ )
[C#] public static void Deg2Dms( doubledecDegrees, out intvarDegrees, out intvarMinutes, out decimalvarSeconds, out intvarSign );