Universidad Católica Boliviana "San Pablo"
UNIVERSIDAD CATÓLICA BOLIVIANA “SAN PABLO” CÓDIGO FUENTE YAMILEY FLORES CÁCERES 22 468. } 469. } 470. 471. private void generateColumn14() { 472. double num1 = (h - t) * bw; 473. for (int i = 0; i < rowCount; i++) { 474. tabla[i][13] = 1.7 * (tabla[i][2] * t + num1) / 10; 475. } 476. } 477. 478. private void generateColumn15() { 479. for (int i = 0; i < rowCount; i++) { 480. tabla[i][14] = tabla[i][11] * Math.pow(tabla[i][1], 2.0) / (8 * tabla[i][12] / 100); 481. } 482. } 483. 484. private void generateColumn16() { 485. double max = maxColumn(14); // maximo valor de la columna Fneces 486. double celdaF = Math.ceil(max / 118); 487. for (int i = 0; i < rowCount; i++) { 488. tabla[i][15] = celdaF; 489. } 490. }
RkJQdWJsaXNoZXIy Mjc5NTQw