Ejemplo n.º 1
0
 public static string AngleFormatOf(this double degrees, string format)
 {
     return(Angle.AngleFormatOf(degrees, format));
 }