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

Syntax

C#
public override void Run(
	Stack<Object> aStack
)
Visual Basic (Declaration)
Public Overrides Sub Run ( _
	aStack As Stack(Of Object) _
)
Visual C++
public:
virtual void Run(
	Stack<Object^>^ aStack
) override

Parameters

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

Implements

IPostfixMathCommand..::.Run(Stack<(Of <(Object>)>))

Exceptions

See Also