UInt32.IBitwiseOperators<UInt32,UInt32,UInt32>.OnesComplement Operador
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Calcula la representación ones-complement de un valor determinado.
static System::UInt32 System.Numerics.IBitwiseOperators<System.UInt32,System.UInt32,System.UInt32>.operator ~(System::UInt32 value) = System::Numerics::IBitwiseOperators<System::UInt32, System::UInt32, System::UInt32>::op_OnesComplement;
static uint IBitwiseOperators<uint,uint,uint>.operator ~(uint value);
static member System.Numerics.IBitwiseOperators<System.UInt32,System.UInt32,System.UInt32>.op_OnesComplement : uint32 -> uint32
Shared Operator Not (value As UInteger) As UInteger Implements IBitwiseOperators(Of UInteger, UInteger, UInteger).op_OnesComplement
- value
- UInt32
Valor para el que se va a calcular el complemento uno.
El complemento uno de value
.
Produto | Versións |
---|---|
.NET | 7, 8, 9, 10 |
Comentarios de .NET
.NET é un proxecto de código aberto. Selecciona unha ligazón para ofrecer comentarios: