Exemplo n.º 1
0
 public double Mathinate(List <double> values, IMathinatorMethod mathinatingMethod)
 {
     return(mathinatingMethod.MathinateFor(values));
 }