Table of Contents
Enumerations
This class exposes no enumerations.
Contants
This class exposes no constants.
Events
Name | Description |
---|---|
Backspaced() | User backspaced their entry. |
Calculated( theResult as Double ) | User pressed “=”. |
DigitPressed( theDigit as String ) | User pressed 0-9. |
DisplayCleared() | User cleared the display. |
OperatorPressed( theOperator as String, theValue as Double ) | User pressed an operator button (+,-.*,/). |
ValueNegated( theNewValue as Double ) | User pressed the negative button. |
Methods
This class exposes no methods.
Properties
This class exposes no properties.
Examples
There are currently no examples for this class.