Beispiel #1
0
 public void One()
 {
     ExecTest(BigUInteger.Plus(BigUInteger.One), new byte[] { 1 });
 }
Beispiel #2
0
 public void Zero()
 {
     ExecTest(BigUInteger.Plus(BigUInteger.Zero), new byte[] { 0 });
 }