public int DIVIDE(int lho, int rho, ref int remainder) { return(logic_unit.DIVIDE(lho, rho, ref remainder)); }