Beispiel #1
0
 public UInt256 AddMod_UInt256()
 {
     UInt256.AddMod(A.Item2, B.Item2, C.Item2, out UInt256 res);
     return(res);
 }