UInt128.UnaryNegation(UInt128) 연산자

정의

값의 단항 부정을 계산합니다.

public:
 static UInt128 operator -(UInt128 value) = System::Numerics::IUnaryNegationOperators<UInt128, UInt128>::op_UnaryNegation;
public static UInt128 operator - (UInt128 value);
static member ( ~- ) : UInt128 -> UInt128
Public Shared Operator - (value As UInt128) As UInt128

매개 변수

value
UInt128

단항 부정을 계산할 값입니다.

반환

의 단항 부정입니다 value.

구현

적용 대상