IDecrementOperators<TSelf>.Decrement(TSelf) Operator

Definition

Decrements a value.

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

Parameters

value
TSelf

The value to decrement.

Returns

TSelf

The result of decrementing value.

Applies to