Get the precedence of the operator. Lower values correspond to tighter binding, that is * gives a lower value than + and 1+2*3 is 1+(2*3).

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

Syntax

C#
public int GetPrecedence()
Visual Basic (Declaration)
Public Function GetPrecedence As Integer
Visual C++
public:
int GetPrecedence()

Return Value

the precedence

See Also