UInt16.IBitwiseOperators<UInt16,UInt16,UInt16>.OnesComplement 연산자

정의

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

 static System::UInt16 System.Numerics.IBitwiseOperators<System.UInt16,System.UInt16,System.UInt16>.operator ~(System::UInt16 value) = System::Numerics::IBitwiseOperators<System::UInt16, System::UInt16, System::UInt16>::op_OnesComplement;
static ushort IBitwiseOperators<ushort,ushort,ushort>.operator ~ (ushort value);
static member System.Numerics.IBitwiseOperators<System.UInt16,System.UInt16,System.UInt16>.op_OnesComplement : uint16 -> uint16
 Shared Operator Not (value As UShort) As UShort Implements IBitwiseOperators(Of UShort, UShort, UShort).op_OnesComplement

매개 변수

value
UInt16

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

반환

의 보수입니다 value.

구현

적용 대상