Method Decrement
Decrement(THandleValueType)
Method to implement which returns the decrement of a given value.
Declaration
protected abstract THandleValueType Decrement(THandleValueType val)
Parameters
Type | Name | Description |
---|---|---|
THandleValueType | val | The value to decrement. |
Returns
Type | Description |
---|---|
THandleValueType | The decremented value. |