CalculatorProcessor Methods
The CalculatorProcessor type exposes the following members.
Methods
Name | Description | |
---|---|---|
Initialize |
Initializes this instance.
|
|
ProcessBackspace |
Processes the backspace.
|
|
ProcessCButton |
Processes the c button.
|
|
ProcessCeButton |
Processes the ce button.
|
|
ProcessChar |
Processes the character.
|
|
ProcessDecimal |
Processes the decimal.
|
|
ProcessMemoryAdd |
Processes the memory add.
|
|
ProcessMemoryClear |
Processes the memory clear.
|
|
ProcessMemoryRecall |
Processes the memory recall.
|
|
ProcessMemoryStore |
Processes the memory store.
|
|
ProcessMemorySubtract |
Processes the memory subtract.
|
|
ProcessPlusMinusButton |
Processes the plus minus button.
|
|
ReinitializeValue |
Reinitializes the value.
|