예제 #1
0
 public void setBoundary(CellRangeBoundaries boundary, Coordinates coords)
 {
     boundaries [(int)boundary] = coords;
 }
예제 #2
0
 public Coordinates getBoundary(CellRangeBoundaries boundary)
 {
     return boundaries [(int)boundary];
 }