Creates a ASTConstant whose value of applying the operator to its arguments.
            
        
    Namespace: 
   SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# | 
|---|
public ASTConstant BuildConstantNode( Operator op, INode[] children )  | 
| Visual Basic (Declaration) | 
|---|
Public Function BuildConstantNode ( _ op As Operator, _ children As INode() _ ) As ASTConstant  | 
| Visual C++ | 
|---|
public: ASTConstant^ BuildConstantNode( Operator^ op, array<INode^>^ children )  | 
Parameters
- op
 - Type: SingularSys.Jep..::.Operator
the operator to apply 
- children
 - Type: array<
            SingularSys.Jep.Parser..::.INode
          >[]()[]
the arguments to the operator