Version

UltraCalcNumberStack Class Members

The following tables list the members exposed by UltraCalcNumberStack.

Public Constructors
 NameDescription
Public ConstructorUltraCalcNumberStack ConstructorInitializes a new UltraCalcNumberStack  
Public Methods
 NameDescription
Public MethodClearRemove all values from number stack.  
Public MethodCountReturn the number of values on number stack  
Public MethodPeekReturn value off top of the number stack.  
Public MethodPopPop value off top of the number stack.  
Public MethodPushPush a value onto number stack.  
Public MethodResetClear elements off top of number stack until it contains given number of elements  
See Also