Int32.IBitwiseOperators<Int32,Int32,Int32>.OnesComplement(Int32) 연산자

정의

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

 static int System.Numerics.IBitwiseOperators<System.Int32,System.Int32,System.Int32>.operator ~(int value) = System::Numerics::IBitwiseOperators<int, int, int>::op_OnesComplement;
static int IBitwiseOperators<int,int,int>.operator ~ (int value);
static member System.Numerics.IBitwiseOperators<System.Int32,System.Int32,System.Int32>.op_OnesComplement : int -> int
 Shared Operator Not (value As Integer) As Integer Implements IBitwiseOperators(Of Integer, Integer, Integer).op_OnesComplement

매개 변수

value
Int32

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

반환

의 보수입니다 value.

구현

적용 대상