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

Definición

Disminuye un valor.

 static System::UInt32 System.Numerics.IDecrementOperators<System.UInt32>.op_CheckedDecrement(System::UInt32 value) = System::Numerics::IDecrementOperators<System::UInt32>::op_CheckedDecrement;
static uint IDecrementOperators<uint>.op_CheckedDecrement (uint value);
static member System.Numerics.IDecrementOperators<System.UInt32>.op_CheckedDecrement : uint32 -> uint32
 Shared op_CheckedDecrement (value As UInteger) As UInteger Implements IDecrementOperators(Of UInteger).op_CheckedDecrement

Parámetros

value
UInt32

Valor que se va a disminuir.

Devoluciones

Resultado de la valuedisminución de .

Implementaciones

Se aplica a