UInt128.Increment(UInt128) 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.
Incrémente une valeur.
public:
static UInt128 operator ++(UInt128 value) = System::Numerics::IIncrementOperators<UInt128>::op_Increment;
public static UInt128 operator ++(UInt128 value);
static member op_Increment : UInt128 -> UInt128
Public Shared op_Increment (value As UInt128) As UInt128
- value
- UInt128
Valeur à incrémenter.
Résultat de l’incrémentation .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 :