Example #1
0
 public blockSet(big.Int Int = default)
 {
     this.m_IntRef = new ptr <big.Int>(Int);
 }
Example #2
0
 public Mpint(big.Int Val = default, bool Ovf = default, bool Rune = default)
 {
     this.Val  = Val;
     this.Ovf  = Ovf;
     this.Rune = Rune;
 }