A GrammarMatcher which matches functions in the form 'atan2(y,x)'.
The function must be in the FunctionTable and brackets are required.
Namespace:
SingularSys.Jep.ConfigurableParser.MatchersAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# |
|---|
public class FunctionGrammarMatcher : IGrammarMatcher |
| Visual Basic (Declaration) |
|---|
Public Class FunctionGrammarMatcher _ Implements IGrammarMatcher |
| Visual C++ |
|---|
public ref class FunctionGrammarMatcher : IGrammarMatcher |