Ejemplo n.º 1
0
 public double func(double x)
 {
     this.x = x;
     return(timeCounter.CountTimeForRepeatableMethod(action));
 }