NDoclet

Calculator Members

Calculator overview

Public Instance Constructors

 CalculatorInitializes a new instance of the Calculator class.

Public Instance Methods

 addAdds a number to the current result.
 divideDivides the current result by a number.
 getResultReturns the result of the calculations made sofar.
 multiplyMultiplies the current result with a number.
 subtractSubtracts a number from the current result.

See Also

Calculator Class | ndoclet.demo Package