Examples of IGR


Examples of fing.satode.dominio.IGR

    Float valPf = Float.valueOf((dto.getPf1() + dto.getPf2() + dto.getPf3()+ dto.getPf4()+ dto.getPf5()+ dto.getPf6())/6);
    Float val = Float.valueOf((valIr + valRr + valMd + valPf)/4);
    val= val/5;
    dto.setValor(val);
   
    IndicesDAO.getInstance().nuevoCalculoIndice(new IGR(dto));
   
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.