Method Sub
Sub(long)
Atomically subtracts a value from this counter.
Declaration
public long Sub(long value)
Parameters
| Type | Name | Description |
|---|---|---|
| long | value | The value to subtract. |
Returns
| Type | Description |
|---|---|
| long | The original value before the subtract. |