StandardCalculator.ClearInput() - YiZhang-Paul/Mock_Up_Calculator GitHub Wiki
Namespace: CalculatorClassLibrary
Description: Clears the content of calculator input buffer.
Returns | Description |
---|---|
void | this method does not return anything |
Remarks:
The method does not completely remove all contents in input buffer; instead, it will restore input buffer to default value of "0" as calculators and converters start with an initial value of 0.