Universidad Católica Boliviana "San Pablo"
UNIVERSIDAD CATÓLICA BOLIVIANA “SAN PABLO” CÓDIGO FUENTE YAMILEY FLORES CÁCERES 86 1939. private void generateColumn213() { 1940. for (int i = 0; i < rowCount; i++) { 1941. tabla[i][212] = (tabla[i][210] * fy * 10 * 0.8 * h) 1942. / (tabla[i][208] * 1000 * 1 / 9.81); 1943. } 1944. } 1945. 1946. private void generateColumn214() { 1947. double num1 = 0.75 * h; 1948. double num2 = 60; 1949. 1950. double num3 = 0.375 * h; 1951. double num4 = 30; 1952. 1953. for (int i = 0; i < rowCount; i++) { 1954. tabla[i][213] = (tabla[i][208] < tabla[i][211]) 1955. ? Math.min(num1, num2) : Math.min(num3, num4); 1956. } 1957. } 1958. 1959. private void generateColumn215() { 1960. for (int i = 0; i < rowCount; i++) { 1961. tabla[i][214] = (tabla[i][145] / 100) * tabla[i][136] * 100 / 1000;
RkJQdWJsaXNoZXIy Mjc5NTQw