Ejemplo n.º 1
0
 public int MULTIPLY(int lho, int rho)
 {
     return(logic_unit.MULTIPLY(lho, rho));
 }