Exemple #1
0
 public override int GetHashCode()
 {
     return(significand.GetHashCode() * 13 + Exponent.GetHashCode());
 }