Run the function on the stack. Pops the arguments from the stack, and pushes the result on the top of the stack.

Namespace:  SingularSys.Jep
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
void Run(
	Stack<Object> aStack
)
Visual Basic (Declaration)
Sub Run ( _
	aStack As Stack(Of Object) _
)
Visual C++
void Run(
	Stack<Object^>^ aStack
)

Parameters

aStack
Type: System.Collections.Generic..::.Stack<(Of <(Object>)>)

See Also