コード例 #1
0
 public static double GetLength(this Point point)
 {
     return(Math.Sqrt(point.GetLengthSqr()));
 }