示例#1
0
 public BigIntBlock(uint value)
 {
     Digit = new Digit(value);
 }
示例#2
0
 public BigIntBlock(Digit digit)
 {
     this.Digit = digit;
 }