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

정의

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

 static short System.Numerics.IBitwiseOperators<System.Int16,System.Int16,System.Int16>.operator ~(short value) = System::Numerics::IBitwiseOperators<short, short, short>::op_OnesComplement;
static short IBitwiseOperators<short,short,short>.operator ~ (short value);
static member System.Numerics.IBitwiseOperators<System.Int16,System.Int16,System.Int16>.op_OnesComplement : int16 -> int16
 Shared Operator Not (value As Short) As Short Implements IBitwiseOperators(Of Short, Short, Short).op_OnesComplement

매개 변수

value
Int16

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

반환

의 보수입니다 value.

구현

적용 대상