Beispiel #1
0
 public bool Contains(Vector1Integer vector)
 {
     return(rangeX.Contains(vector.X));
 }
Beispiel #2
0
 public Orthotope1Integer(Vector1Integer start, Vector1Integer end)
 {
     this.rangeX = new OrderedRange <int>(start.X, end.X);
 }