UInt16.IDecrementOperators<UInt16>.Decrement(UInt16) Operador

Definição

Diminui um 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

Parâmetros

value
UInt16

O valor a ser diminuído.

Retornos

O resultado da decremento de value.

Implementações

Aplica-se a