UInt32.IIncrementOperators<UInt32>.Increment(UInt32) 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.
Incrémente une valeur.
static System::UInt32 System.Numerics.IIncrementOperators<System.UInt32>.operator ++(System::UInt32 value) = System::Numerics::IIncrementOperators<System::UInt32>::op_Increment;
static uint IIncrementOperators<uint>.operator ++(uint value);
static member System.Numerics.IIncrementOperators<System.UInt32>.op_Increment : uint32 -> uint32
Shared op_Increment (value As UInteger) As UInteger Implements IIncrementOperators(Of UInteger).op_Increment
Paramètres
- value
- UInt32
Valeur à incrémenter.
Retours
Résultat de l’incrémentation de value
.