Exemple #1
0
 public bool Equals(Iflac other) => other.intFloatNotFraction ? Equals(other.ifloat) : Equals(other.frac);
Exemple #2
0
 public int CompareTo(Iflac other) => other.intFloatNotFraction ? CompareTo(other.ifloat) : CompareTo(other.frac);