Share via


UInt128.OnesComplement(UInt128) 연산자

정의

지정된 값의 보수 표현을 계산합니다.

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

매개 변수

value
UInt128

1-보수를 계산할 값입니다.

반환

의 보수입니다 value.

구현

적용 대상