UIntPtr.IUnaryNegationOperators<UIntPtr,UIntPtr>.UnaryNegation Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Calcule la négation unaire d’une valeur.
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
Paramètres
- value
-
UIntPtr
unativeint
Valeur pour laquelle calculer la négation unaire.
Retours
unativeint
Négation unaire de value.