If this symbol represents a binary infix operator then return it.

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

Syntax

C#
public Operator GetBinaryOp()
Visual Basic (Declaration)
Public Function GetBinaryOp As Operator
Visual C++
public:
Operator^ GetBinaryOp()

Return Value

the binary op or null if no binary is operator specified.

See Also