Esempio n. 1
0
 public static BigInteger operator &(BigInteger a, BigInteger b)
 {
     return(BigMath.And(a, b));
 }