Initializes a new instance of the TernaryOperator..::.RhsTernaryOperator class
        
    Namespace: 
   SingularSys.Jep.ConfigurableParserAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# | 
|---|
public RhsTernaryOperator( string name, string symbol, IPostfixMathCommand pfmc, int flags )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub New ( _ name As String, _ symbol As String, _ pfmc As IPostfixMathCommand, _ flags As Integer _ )  | 
| Visual C++ | 
|---|
public: RhsTernaryOperator( String^ name, String^ symbol, IPostfixMathCommand^ pfmc, int flags )  | 
Parameters
- name
 - Type: System..::.String
 
- symbol
 - Type: System..::.String
 
- pfmc
 - Type: SingularSys.Jep..::.IPostfixMathCommand
 
- flags
 - Type: System..::.Int32