Byte.IDecrementOperators<Byte>.Decrement(Byte) 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.
static System::Byte System.Numerics.IDecrementOperators<System.Byte>.operator --(System::Byte value) = System::Numerics::IDecrementOperators<System::Byte>::op_Decrement;
static byte IDecrementOperators<byte>.operator --(byte value);
static member System.Numerics.IDecrementOperators<System.Byte>.op_Decrement : byte -> byte
Shared op_Decrement (value As Byte) As Byte Implements IDecrementOperators(Of Byte).op_Decrement
- value
- Byte
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 :