ICalculator Interface

Interface representing a calculator.

Definition

Namespace: ClassicCalculator
Assembly: ClassicCalculator (in ClassicCalculator.dll) Version: 1.0.0+5cef018da377eef51dd690d3240ce68b7f7e05df
C#
public interface ICalculator

Properties

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.

Methods

PressButton Simulates pressing a button on the calculator.

See Also