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

Definición

Disminuye un valor.

 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

Parámetros

value
Int16

Valor que se va a disminuir.

Devoluciones

Resultado del decremento valuede .

Implementaciones

Se aplica a