Int32.IIncrementOperators<Int32>.Increment(Int32) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
遞增值。
static int System.Numerics.IIncrementOperators<System.Int32>.operator ++(int value) = System::Numerics::IIncrementOperators<int>::op_Increment;
static int IIncrementOperators<int>.operator ++ (int value);
static member System.Numerics.IIncrementOperators<System.Int32>.op_Increment : int -> int
Shared op_Increment (value As Integer) As Integer Implements IIncrementOperators(Of Integer).op_Increment
參數
- value
- Int32
要遞增的值。
傳回
遞增 value
的結果。