Int128.OnesComplement(Int128) 연산자

정의

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

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

매개 변수

value
Int128

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

반환

의 보수입니다 value.

구현

적용 대상