Int128.Increment(Int128) 運算子

定義

遞增值。

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

參數

value
Int128

要遞增的值。

傳回

遞增 value 的結果。

實作

適用於