Nevron.Nov.Formulas Namespace
In This Topic
Classes
| Class | Description |
| NEvaluationException | The NEvaluationException exception is thrown when the expression is evaluated. It indicates a grammitical error or runtime evaluation error. |
| NFormulaCalculator | The NFormulaCalculator class is used for the runtime parsing and evaluation of formulas. |
| NGrammaticalException | The NGrammaticalException exception is thrown when the engine builds the expression tree. It indicates a grammitical error. |
| NLexicalException | The NLexicalException exception is thrown when an expression is broken into tokens. It indicates a lexical (spelling) error. |
| NVariableMap | Represents an implementation of the INVariableProvider |
Interfaces
See Also