Exemplo n.º 1
0
 public bool Equals(UBigInteger ubig) => Equals((BigInteger)ubig);
 public IntFloat(UBigInteger ubig) : this((BigInteger)ubig)
 {
 }
Exemplo n.º 3
0
 public Iflac(UBigInteger i) : this(new IntFloat(i))
 {
 }