IntPtr.IUnaryNegationOperators<IntPtr,IntPtr>.CheckedUnaryNegation Betreiber

Definition

Berechnet die überprüfte unäre Negation eines Werts.

 static IntPtr System.Numerics.IUnaryNegationOperators<nint,nint>.op_CheckedUnaryNegation(IntPtr value) = System::Numerics::IUnaryNegationOperators<IntPtr, IntPtr>::op_CheckedUnaryNegation;
static IntPtr IUnaryNegationOperators<IntPtr,IntPtr>.op_CheckedUnaryNegation (IntPtr value);
static member System.Numerics.IUnaryNegationOperators<nint,nint>.op_CheckedUnaryNegation : nativeint -> nativeint
 Shared op_CheckedUnaryNegation (value As IntPtr) As IntPtr Implements IUnaryNegationOperators(Of IntPtr, IntPtr).op_CheckedUnaryNegation

Parameter

value
IntPtr

nativeint

Der Wert, für den die unäre Negation berechnet werden soll.

Gibt zurück

IntPtr

nativeint

Die unäre Negation von value.

Implementiert

Gilt für: