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

Tanım

Değeri azaltma.

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

Parametreler

value
SByte

Azalan değer.

Döndürülenler

azaltmanın valuesonucu.

Uygulamalar

Şunlara uygulanır