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