다음을 통해 공유


UInt128.CheckedUnaryNegation(UInt128) 연산자

정의

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

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

매개 변수

value
UInt128

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

반환

의 단항 부정입니다 value.

구현

적용 대상