UInt16.IBitwiseOperators<UInt16,UInt16,UInt16>.OnesComplement Operator

Definition

Beräknar enkomplementrepresentationen av ett visst värde.

 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

Parametrar

value
UInt16

Värdet som du vill beräkna ettkomplettlettet för.

Returer

Ones-komplementet av value.

Implementeringar

Gäller för