Esempio n. 1
0
 public static long URShift(long number, long bits)
 {
     return(SystemUtils.URShift(number, (int)bits));
 }