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

Tanım

Değeri azaltma.

public:
 static TSelf operator --(TSelf value);
public static abstract TSelf operator -- (TSelf value);
static member op_Decrement : 'Self -> 'Self
Public Shared op_Decrement (value As TSelf) As TSelf

Parametreler

value
TSelf

Azalan değer.

Döndürülenler

TSelf

azaltmanın valuesonucu.

Şunlara uygulanır