Int16.IUnaryNegationOperators<Int16,Int16>.CheckedUnaryNegation 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 vérifiée d’une valeur.
static short System.Numerics.IUnaryNegationOperators<System.Int16,System.Int16>.op_CheckedUnaryNegation(short value) = System::Numerics::IUnaryNegationOperators<short, short>::op_CheckedUnaryNegation;
static short IUnaryNegationOperators<short,short>.op_CheckedUnaryNegation (short value);
static member System.Numerics.IUnaryNegationOperators<System.Int16,System.Int16>.op_CheckedUnaryNegation : int16 -> int16
Shared op_CheckedUnaryNegation (value As Short) As Short Implements IUnaryNegationOperators(Of Short, Short).op_CheckedUnaryNegation
Paramètres
- value
- Int16
Valeur pour laquelle calculer la négation unaire.
Retours
Négation unaire de value
.
Implémente
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.