Int128.Decrement(Int128) 연산자

정의

값을 감소합니다.

public:
 static Int128 operator --(Int128 value) = System::Numerics::IDecrementOperators<Int128>::op_Decrement;
public static Int128 operator -- (Int128 value);
static member op_Decrement : Int128 -> Int128
Public Shared op_Decrement (value As Int128) As Int128

매개 변수

value
Int128

감소시킬 값입니다.

반환

감소 value의 결과입니다.

구현

적용 대상