SByte.IIncrementOperators<SByte>.Increment(SByte) 연산자

정의

값을 증분합니다.

 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.

구현

적용 대상