示例#1
0
 public GraphLine(int points)
 {
     Points = new CircularBuffer <float>(points);
 }