Beispiel #1
0
 public int CompareTo(IResidue <BigInteger> other)
 {
     return(r.CompareTo(((Residue)other).r));
 }