Builds a operator node with n arguments
            This method should be sub-classed
            
        
    Namespace: 
   SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# | 
|---|
public ASTOpNode BuildOperatorNode( Operator op, INode[] arguments )  | 
| Visual Basic (Declaration) | 
|---|
Public Function BuildOperatorNode ( _ op As Operator, _ arguments As INode() _ ) As ASTOpNode  | 
| Visual C++ | 
|---|
public: ASTOpNode^ BuildOperatorNode( Operator^ op, array<INode^>^ arguments )  | 
Parameters
- op
 - Type: SingularSys.Jep..::.Operator
the operator to use 
- arguments
 - Type: array<
            SingularSys.Jep.Parser..::.INode
          >[]()[]
the arguments to the function. 
Return Value
top Node of expression
Exceptions
| Exception | Condition | 
|---|---|
| SingularSys.Jep..::.ParseException |