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.JepAssembly: 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() |