Int128.Increment(Int128) 연산자

정의

값을 증분합니다.

public:
 static Int128 operator ++(Int128 value) = System::Numerics::IIncrementOperators<Int128>::op_Increment;
public static Int128 operator ++ (Int128 value);
static member op_Increment : Int128 -> Int128
Public Shared op_Increment (value As Int128) As Int128

매개 변수

value
Int128

증가시킬 값입니다.

반환

를 증분한 결과입니다 value.

구현

적용 대상