MATCMathOperator Class Reference

Inheritance diagram for MATCMathOperator:
Inheritance graph
[legend]
Collaboration diagram for MATCMathOperator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

Math methods

(NSInteger) - add:to:
 Adds two numbers and provides the sum.
(NSInteger) - subtract:from:
 Subtracts two numbers and provides the sum.

Member Function Documentation

- (NSInteger) add: (NSInteger)  firstNumber
to: (NSInteger)  secondNumber 

Adds two numbers and provides the sum.

Parameters:
firstNumber The first number to add.
secondNumber The second number to add.
Returns:
The sum of the two arguments.
- (NSInteger) subtract: (NSInteger)  firstNumber
from: (NSInteger)  secondNumber 

Subtracts two numbers and provides the sum.

Parameters:
firstNumber The first number to add.
secondNumber The second number to add.
Returns:
The sum of the two arguments.

The documentation for this class was generated from the following files:
Generated on Sun Mar 21 19:39:21 2010 for Unit Test Example by  doxygen 1.6.3