Analytics

2011年6月9日 星期四

[C#]使用 Math.Sqrt 算出n開根號(N is calculated using the square root Math.Sqrt)


問題
使用 Math.Sqrt 算出n開根號



解決方法
  1. double _sum=100;
  2.  
  3. int_Sqrt = Math.Sqrt(_sum);

沒有留言:

熱門文章