Ejemplo n.º 1
0
 public EasyValue(int Limit)
 {
     values = new FixedSizedQueue <float>(Limit);
 }