Ejemplo n.º 1
0
 private void AddBottomAreaPoint(FunctionPoint fp)
 {
     bottomAreaPoints.Add(fp.ToPoint(independent, dependent));
 }
Ejemplo n.º 2
0
 private void AddTopAreaPoint(FunctionPoint fp)
 {
     topAreaPoints.Add(fp.ToPoint(independent, dependent));
 }