UIntPtr.IBitwiseOperators<UIntPtr,UIntPtr,UIntPtr>.OnesComplement Operator

Definition

Computes the ones-complement representation of a given value.

 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

Parameters

value
UIntPtr

unativeint

The value for which to compute the ones-complement.

Returns

UIntPtr

unativeint

The ones-complement of value.

Implements

Applies to