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

Syntax

C#
protected double VisitFunction(
	ASTFunNode node
)
Visual Basic (Declaration)
Protected Function VisitFunction ( _
	node As ASTFunNode _
) As Double
Visual C++
protected:
double VisitFunction(
	ASTFunNode^ node
)

Return Value

Exceptions

See Also