UIntPtr.IBitwiseOperators<UIntPtr,UIntPtr,UIntPtr>.OnesComplement Operator       
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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_OnesComplementParameters
- value
- 
				
				UIntPtr
unativeint 
The value for which to compute the ones-complement.
Returns
unativeint
The ones-complement of value.