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

정의

값을 증분합니다.

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

매개 변수

value
Int64

증가시킬 값입니다.

반환

증분의 결과입니다 value.

구현

적용 대상