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