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

Définition

Incrémente une valeur.

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

Paramètres

value
SByte

Valeur à incrémenter.

Retours

Résultat de l’incrémentation .value

Implémente

S’applique à