Int16.IDecrementOperators<Int16>.Decrement(Int16) 연산자

정의

값을 감소합니다.

 static short System.Numerics.IDecrementOperators<System.Int16>.operator --(short value) = System::Numerics::IDecrementOperators<short>::op_Decrement;
static short IDecrementOperators<short>.operator -- (short value);
static member System.Numerics.IDecrementOperators<System.Int16>.op_Decrement : int16 -> int16
 Shared op_Decrement (value As Short) As Short Implements IDecrementOperators(Of Short).op_Decrement

매개 변수

value
Int16

감소시킬 값입니다.

반환

감소 value의 결과입니다.

구현

적용 대상