Return the operator associated with a Node (if any)

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

Syntax

C#
Operator GetOperator()
Visual Basic (Declaration)
Function GetOperator As Operator
Visual C++
Operator^ GetOperator()

Return Value

The Operator for ASTOpNodes, null otherwise

See Also