Exemple #1
0
 public void SetValue(BigInt value)
 {
     this.value = value.value;
 }
Exemple #2
0
 public BigInt(BigInt value)
 {
     this.value = value.value;
 }