Initializes a new instance of the FunctionToken class
Namespace:
SingularSys.Jep.ConfigurableParser.TokensAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# |
|---|
public FunctionToken( string s, IPostfixMathCommand pfmc ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ s As String, _ pfmc As IPostfixMathCommand _ ) |
| Visual C++ |
|---|
public: FunctionToken( String^ s, IPostfixMathCommand^ pfmc ) |