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