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

Definition

Computes the ones-complement representation of a given value.

C#
static UIntPtr IBitwiseOperators<UIntPtr,UIntPtr,UIntPtr>.operator ~ (UIntPtr value);

Parameters

value
UIntPtr

The value for which to compute the ones-complement.

Returns

UIntPtr

The ones-complement of value.

Implements

Applies to

Product Versions
.NET 7, 8, 9