Example #1
0
 public static double Length(this Vector v)
 {
     return(Math.Sqrt(v.SquaredLength()));
 }