StandardCalculator.MemoryRemove(int) - YiZhang-Paul/Mock_Up_Calculator GitHub Wiki
Namespace: CalculatorClassLibrary
Description: Removes value in memory at specified index.
| Parameters | Description |
|---|---|
| key<int> | index of target memory value |
| Returns | Description |
|---|---|
| void | this method does not return anything |
| Exceptions | Cause |
|---|---|
| ArgumentOutOfRangeException | key is not a valid index |