Byte.IDecrementOperators<Byte>.Decrement(Byte) Operatör

Tanım

Değeri azaltma.

 static System::Byte System.Numerics.IDecrementOperators<System.Byte>.operator --(System::Byte value) = System::Numerics::IDecrementOperators<System::Byte>::op_Decrement;
static byte IDecrementOperators<byte>.operator -- (byte value);
static member System.Numerics.IDecrementOperators<System.Byte>.op_Decrement : byte -> byte
 Shared op_Decrement (value As Byte) As Byte Implements IDecrementOperators(Of Byte).op_Decrement

Parametreler

value
Byte

Azalan değer.

Döndürülenler

azaltmanın valuesonucu.

Uygulamalar

Şunlara uygulanır