Beispiel #1
0
 public int AddColumn()
 {
     arraySet.columnScale[cCols] = 1.0;
     cCols++;
     return(lp.AddColumn());
 }