Exemple #1
0
 public static Uint8192 operator ++(Uint8192 Arg) => Arg.Add(1);
Exemple #2
0
 public static Uint16384 operator ++(Uint16384 Arg) => Arg.Add(1);
Exemple #3
0
 public static Uint1024 operator ++(Uint1024 Arg) => Arg.Add(1);
Exemple #4
0
 public static Uint256 operator ++(Uint256 Arg) => Arg.Add(1);
Exemple #5
0
 public static Uint4096 operator ++(Uint4096 Arg) => Arg.Add(1);
Exemple #6
0
 public static Uint2048 operator ++(Uint2048 Arg) => Arg.Add(1);
Exemple #7
0
 public static Uint128 operator ++(Uint128 Arg) => Arg.Add(1);
Exemple #8
0
 public static Uint512 operator ++(Uint512 Arg) => Arg.Add(1);