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

정의

값을 감소합니다.

 static long System.Numerics.IDecrementOperators<System.Int64>.operator --(long value) = System::Numerics::IDecrementOperators<long>::op_Decrement;
static long IDecrementOperators<long>.operator -- (long value);
static member System.Numerics.IDecrementOperators<System.Int64>.op_Decrement : int64 -> int64
 Shared op_Decrement (value As Long) As Long Implements IDecrementOperators(Of Long).op_Decrement

매개 변수

value
Int64

감소시킬 값입니다.

반환

감소 value의 결과입니다.

구현

적용 대상