Project Description
NCalc is a mathematical expressions evaluator in .NET. NCalc can parse any expression and evaluate the result, including static or dynamic parameters and custom functions.For additional information on the technique we used to create this framework please read this article:http://www.codeproject.com/KB/recipes/sota_expression_evaluator.aspx.
For documentation here is the table of content:
- description : overall concepts, usage and extensibility points
- operators : available standard operators and structures
- values : authorized values like types, functions, ...
- functions : list of already implemented functions
- parameters : on how to use parameters expressions
Functionnalities
Simple expressionsEvaluates .NET data types
Handles mathematical functional from System.Math
Evaluates custom functions
Handles unicode characters
Define parameters, even dynamic or expressions
Last edited Jan 3, 2011 at 11:31 PM by sebastienros, version 8
'VB.net & WPF & C#' 카테고리의 다른 글
C# System.Threading.Timer Raw (0) | 2017.03.21 |
---|---|
Call by reference, Call by value (0) | 2017.03.16 |
Nicely format an XML document in VB.NET (0) | 2017.01.19 |
VB.net XmlNode Name 바꾸기. (0) | 2017.01.04 |
WPF vb.net Textblock - 특정 단어 fontstyle 주기, 동적으로 text 바꾸기 (0) | 2016.12.27 |