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.

구현

적용 대상