UIntPtr.IBitwiseOperators<UIntPtr,UIntPtr,UIntPtr>.OnesComplement Operador

Definición

Calcula la representación del complemento uno de un valor determinado.

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

Parámetros

value
UIntPtr

unativeint

Valor para el que se va a calcular el complemento uno.

Devoluciones

UIntPtr

unativeint

El complemento uno de value.

Implementaciones

Se aplica a