Int64.IIncrementOperators<Int64>.Increment(Int64) 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.
static long System.Numerics.IIncrementOperators<System.Int64>.operator ++(long value) = System::Numerics::IIncrementOperators<long>::op_Increment;
static long IIncrementOperators<long>.operator ++(long value);
static member System.Numerics.IIncrementOperators<System.Int64>.op_Increment : int64 -> int64
Shared op_Increment (value As Long) As Long Implements IIncrementOperators(Of Long).op_Increment
- value
- Int64
Valeur à incrémenter.
Résultat de l’incré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 :