IDecrementOperators<TSelf>.Decrement(TSelf) Operatore

Definizione

Decrementa un valore.

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

Parametri

value
TSelf

Il valore da decrementare.

Restituisce

TSelf

Risultato della decrementazione valuedi .

Si applica a