UInt32.IDecrementOperators<UInt32>.CheckedDecrement(UInt32) Operador
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
- value
- UInt32
Valor que se va a disminuir.
Resultado de la value
disminución de .
Producto | Versiones |
---|---|
.NET | 7, 8, 9, 10 |
Comentarios de .NET
.NET es un proyecto de código abierto. Seleccione un vínculo para proporcionar comentarios: