Esempio n. 1
0
 public static int Compare(BigInteger x, BigInteger y)
 {
     return(BigInt.Compare(x.Value, y.Value));
 }