Ejemplo n.º 1
0
 public float[] GetAvgAndVariance()
 {
     return(model.GetAvgAndVariance(provider, connString));
 }