Exemplo n.º 1
0
 public static BigInteger operator ^(BigInteger a, BigInteger b)
 {
     return(BigMath.XOr(a, b));
 }