UIntPtr.IUnaryNegationOperators<UIntPtr,UIntPtr>.UnaryNegation Betreiber

Definition

Berechnet die unäre Negation eines Werts.

 static UIntPtr System.Numerics.IUnaryNegationOperators<nuint,nuint>.operator -(UIntPtr value) = System::Numerics::IUnaryNegationOperators<UIntPtr, UIntPtr>::op_UnaryNegation;
static UIntPtr IUnaryNegationOperators<UIntPtr,UIntPtr>.operator - (UIntPtr value);
static member ( ~- ) : unativeint -> unativeint
 Shared Operator - (value As UIntPtr) As UIntPtr Implements IUnaryNegationOperators(Of UIntPtr, UIntPtr).op_UnaryNegation

Parameter

value
UIntPtr

unativeint

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

Gibt zurück

UIntPtr

unativeint

Die unäre Negation von value.

Implementiert

Gilt für: