UIntPtr.IBitwiseOperators<UIntPtr,UIntPtr,UIntPtr>.OnesComplement Betreiber

Definition

Berechnet die Eins-Komplement-Darstellung eines angegebenen Werts.

 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

Parameter

value
UIntPtr

unativeint

Der Wert, für den die Eins-Ergänzung berechnet werden soll.

Gibt zurück

UIntPtr

unativeint

Das Eins-Komplement von value.

Implementiert

Gilt für: