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