UIntPtr.IUnaryNegationOperators<UIntPtr,UIntPtr>.UnaryNegation Operatore

Definizione

Calcola la negazione unaria di un valore.

 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

Parametri

value
UIntPtr

unativeint

Valore per il quale calcolare la negazione unaria.

Restituisce

UIntPtr

unativeint

Negazione unaria di value.

Implementazioni

Si applica a