Esempio n. 1
0
 public int CompareTo(mpq other)
 {
     return(CompareTo(other.ToMpf()));
 }
Esempio n. 2
0
 public bool Equals(mpq other)
 {
     return(!ReferenceEquals(other, null) && Equals(other.ToMpf()));
 }