Exemplo n.º 1
0
 public GraphLine(int points)
 {
     Points = new CircularBuffer <float>(points);
 }