예제 #1
0
 public int REMAINDER(int lho, int rho, ref int remainder)
 {
     return(logic_unit.REMAINDER(lho, rho, ref remainder));
 }