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

정의

값을 증분합니다.

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

매개 변수

value
Int64

증가시킬 값입니다.

반환

를 증분한 결과입니다 value.

구현

적용 대상