Visits a function/operator node. This is the most visited method for most expression evaluations. Keeping it fast is important.

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

Syntax

C#
protected void VisitFun(
	ASTFunNode node
)
Visual Basic (Declaration)
Protected Sub VisitFun ( _
	node As ASTFunNode _
)
Visual C++
protected:
void VisitFun(
	ASTFunNode^ node
)

Exceptions

See Also