Throws an exception because this method should never be called under normal circumstances. Each function should use it's own run() method for evaluating the function. This includes popping off the parameters from the stack, and pushing the result back on the stack.

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

Syntax

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

Parameters

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

Implements

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

See Also