CalculatorProcessor Members
The CalculatorProcessor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CalculatorProcessor |
Initializes a new instance of the CalculatorProcessor class.
|
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.
|
Properties
Name | Description | |
---|---|---|
![]() |
CalculationError |
Gets a value indicating whether [calculation error].
|
![]() |
ComittedValue |
Gets the comitted value.
|
![]() |
Control |
Gets the control.
|
![]() |
Memory |
Gets the memory.
|
![]() |
Precision |
Gets or sets the precision.
|