Esempio n. 1
0
 public static double Length(this Point p)
 {
     return(p.SumOfSquares().SquareRoot());
 }