The following tables list the members exposed by CalculationNumberStack.
Name | Description | |
---|---|---|
CalculationNumberStack Constructor | Initializes a new CalculationNumberStack |
Name | Description | |
---|---|---|
Clear | Remove all values from number stack. | |
Count | Return the number of values on number stack | |
Peek | Return value off top of the number stack. | |
Pop | Pop value off top of the number stack. | |
Push | Push a value onto number stack. | |
Reset | Clear elements off top of number stack until it contains given number of elements |