public static string GetLData(double x, double y) { double rad = Math.Atan(y / x); return(NumToAngle(Angle.ArcToDMS(rad))); }