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

Définition

Incrémente une valeur.

 static System::UInt16 System.Numerics.IIncrementOperators<System.UInt16>.operator ++(System::UInt16 value) = System::Numerics::IIncrementOperators<System::UInt16>::op_Increment;
static ushort IIncrementOperators<ushort>.operator ++ (ushort value);
static member System.Numerics.IIncrementOperators<System.UInt16>.op_Increment : uint16 -> uint16
 Shared op_Increment (value As UShort) As UShort Implements IIncrementOperators(Of UShort).op_Increment

Paramètres

value
UInt16

Valeur à incrémenter.

Retours

Résultat de l’incrémentation .value

Implémente

S’applique à