Example #1
0
 public static BigInteger operator >>(BigInteger a, int b)
 {
     return(BigMath.ShiftRight(a, b));
 }