Esempio n. 1
0
 private double Average(IMathinatorMethod method)
 {
     return(new Mathinator().Mathinate(_list, method));
 }
Esempio n. 2
0
 public double Mathinate(List <double> values, IMathinatorMethod mathinatingMethod)
 {
     return(mathinatingMethod.MathinateFor(values));
 }