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