Add an operator which a new precedence level which is lower than the existing op
            
        
    Namespace: 
   SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# | 
|---|
public Operator InsertOperator( Operator op, Operator existingOp )  | 
| Visual Basic (Declaration) | 
|---|
Public Function InsertOperator ( _ op As Operator, _ existingOp As Operator _ ) As Operator  | 
| Visual C++ | 
|---|
public: Operator^ InsertOperator( Operator^ op, Operator^ existingOp )  |