Linguaggio

Int16.IDecrementOperators<Int16>.CheckedDecrement(Int16) Operatore

Definizione

Decrementa un valore.

 static short System.Numerics.IDecrementOperators<System.Int16>.op_CheckedDecrement(short value) = System::Numerics::IDecrementOperators<short>::op_CheckedDecrement;
static short IDecrementOperators<short>.op_CheckedDecrement(short value);
static member System.Numerics.IDecrementOperators<System.Int16>.op_CheckedDecrement : int16 -> int16
 Shared op_CheckedDecrement (value As Short) As Short Implements IDecrementOperators(Of Short).op_CheckedDecrement

Parametri

value
Int16

Valore da decrementare.

Valori restituiti

Risultato della decrementazione valuedi .

Implementazioni

Si applica a