Exemple #1
0
 public static BigInteger operator ~(BigInteger a)
 {
     return(BigMath.Not(a));
 }