Set 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 virtual void SetPrecedence(
	int i
)
Visual Basic (Declaration)
Public Overridable Sub SetPrecedence ( _
	i As Integer _
)
Visual C++
public:
virtual void SetPrecedence(
	int i
)

Parameters

i
Type: System..::.Int32

See Also