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 的結果。

實作

適用於