UInt128.Increment(UInt128) 运算符

定义

递增值。

public:
 static UInt128 operator ++(UInt128 value) = System::Numerics::IIncrementOperators<UInt128>::op_Increment;
public static UInt128 operator ++ (UInt128 value);
static member op_Increment : UInt128 -> UInt128
Public Shared op_Increment (value As UInt128) As UInt128

参数

value
UInt128

要递增的值。

返回

value增 的结果。

实现

适用于