Universidad Católica Boliviana "San Pablo"
UNIVERSIDAD CATÓLICA BOLIVIANA “SAN PABLO” CÓDIGO FUENTE YAMILEY FLORES CÁCERES 65 1457. 1458. private void generateColumn139() { 1459. double num1, num2, num3 = 1571; 1460. for (int i = 0; i < rowCount; i++) { 1461. double celdaEH = tabla[i][135]; 1462. if (celdaEH <= 35) { 1463. num1 = tabla[i][136] + 70 + (fc / (100 * tabla[i][137])); 1464. num2 = tabla[i][136] + 420; 1465. } else { 1466. num1 = tabla[i][136] + 70 + (fc / (300 * tabla[i][137])); 1467. num2 = tabla[i][136] + 210; 1468. } 1469. tabla[i][138] = Math.min(Math.min(num1, num2), num3); 1470. } 1471. } 1472. 1473. private void generateColumn140() { 1474. for (int i = 0; i < rowCount; i++) { 1475. tabla[i][139] = 0.004 * (bw * tabla[i][3]); 1476. } 1477. } 1478. 1479. public void generateColumn143() {
RkJQdWJsaXNoZXIy Mjc5NTQw