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