Ejemplo n.º 1
0
 public ET(double xmin, double ymax, double incx)
 {
     this.xmin    = xmin;
     this.ymax    = ymax;
     this.incx    = incx;
     this.proxima = null;
 }
Ejemplo n.º 2
0
 public ET()
 {
     this.xmin    = 0;
     this.ymax    = 0;
     this.incx    = 0;
     this.proxima = null;
 }