public class Calculator : ICalculator
Calculator | Initializes a new instance of the Calculator class. |
DisplayLength | Gets the configured length of the display, i.e. the number of digits that may be displayed. |
DisplayValue | Gets the current display value of the calculator. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
PressButton | Simulates pressing a button on the calculator. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
MaxDisplayLength | The maximum possible length of the display, i.e. the number of digits that may be displayed. |