Beispiel #1
0
        public static string GetLData(double x, double y)
        {
            double rad = Math.Atan(y / x);

            return(NumToAngle(Angle.ArcToDMS(rad)));
        }