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

Syntax

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

Return Value

Exceptions

See Also