SByte.IIncrementOperators<SByte>.Increment(SByte) Opérateur

Définition

Incrémente une valeur.

 static System::SByte System.Numerics.IIncrementOperators<System.SByte>.operator ++(System::SByte value) = System::Numerics::IIncrementOperators<System::SByte>::op_Increment;
static sbyte IIncrementOperators<sbyte>.operator ++ (sbyte value);
static member System.Numerics.IIncrementOperators<System.SByte>.op_Increment : sbyte -> sbyte
 Shared op_Increment (value As SByte) As SByte Implements IIncrementOperators(Of SByte).op_Increment

Paramètres

value
SByte

Valeur à incrémenter.

Retours

Résultat de l’incrémentation .value

Implémente

S’applique à