For assignment set the value of the variable on the lhs to value returned by evaluating the right-hand side.

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

Syntax

C#
public Object Evaluate(
	INode node,
	IEvaluator pv
)
Visual Basic (Declaration)
Public Function Evaluate ( _
	node As INode, _
	pv As IEvaluator _
) As Object
Visual C++
public:
virtual Object^ Evaluate(
	INode^ node, 
	IEvaluator^ pv
) sealed

Return Value

Implements

ICallbackEvaluation..::.Evaluate(INode, IEvaluator)

Exceptions

See Also