Int32.IUnaryNegationOperators<Int32,Int32>.UnaryNegation(Int32) 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 int System.Numerics.IUnaryNegationOperators<System.Int32,System.Int32>.operator -(int value) = System::Numerics::IUnaryNegationOperators<int, int>::op_UnaryNegation;
static int IUnaryNegationOperators<int,int>.operator -(int value);
static member ( ~- ) : int -> int
Shared Operator - (value As Integer) As Integer Implements IUnaryNegationOperators(Of Integer, Integer).op_UnaryNegation
Paramètres
- value
- Int32
Valeur pour laquelle calculer la négation unaire.
Retours
Négation unaire de value.