UInt16.IDecrementOperators<UInt16>.Decrement(UInt16) 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::UInt16 System.Numerics.IDecrementOperators<System.UInt16>.operator --(System::UInt16 value) = System::Numerics::IDecrementOperators<System::UInt16>::op_Decrement;
static ushort IDecrementOperators<ushort>.operator --(ushort value);
static member System.Numerics.IDecrementOperators<System.UInt16>.op_Decrement : uint16 -> uint16
Shared op_Decrement (value As UShort) As UShort Implements IDecrementOperators(Of UShort).op_Decrement
- value
- UInt16
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: