示例#1
0
 public static BigInteger operator <<(BigInteger a, int b)
 {
     return(BigMath.ShiftLeft(a, b));
 }