Int128.Decrement(Int128) Opérateur
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.
Décrémente une valeur.
public:
static Int128 operator --(Int128 value) = System::Numerics::IDecrementOperators<Int128>::op_Decrement;
public static Int128 operator --(Int128 value);
static member op_Decrement : Int128 -> Int128
Public Shared op_Decrement (value As Int128) As Int128
- value
- Int128
Valeur à décrémenter.
Résultat de la décrémentation de value
.
Produit | Versions |
---|---|
.NET | 7, 8, 9, 10 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :