コード例 #1
0
 public void run()
 {
     Integration.integrate(delegate(double x){ return(Math.Sin(x * x)); }, ticks, tol);
 }