SByte.IIncrementOperators<SByte>.CheckedIncrement(SByte) 運算子

定義

遞增值。

 static System::SByte System.Numerics.IIncrementOperators<System.SByte>.op_CheckedIncrement(System::SByte value) = System::Numerics::IIncrementOperators<System::SByte>::op_CheckedIncrement;
static sbyte IIncrementOperators<sbyte>.op_CheckedIncrement (sbyte value);
static member System.Numerics.IIncrementOperators<System.SByte>.op_CheckedIncrement : sbyte -> sbyte
 Shared op_CheckedIncrement (value As SByte) As SByte Implements IIncrementOperators(Of SByte).op_CheckedIncrement

參數

value
SByte

要遞增的值。

傳回

遞增 value 的結果。

實作

適用於