Esempio n. 1
0
 public static double Norm(Point a)
 {
     return(a.Length());
 }