SByte.IDecrementOperators<SByte>.CheckedDecrement(SByte) 연산자

정의

값을 감소합니다.

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

매개 변수

value
SByte

감소시킬 값입니다.

반환

감소 value의 결과입니다.

구현

적용 대상