
'Declaration
Public Class NFormulaEngine
'Usage
Dim instance As NFormulaEngine
public class NFormulaEngine
// create the formula engine NFormulaEngine engine = new NFormulaEngine(); // define the a and b variables engine.Variables.Add("a", new NVariant(10)); engine.Variables.Add("b", new NVariant(20)); // evaluate an expression (evaluates to 50) NVariant result = engine.ParseAndEvaluate("a + b * 2");
System.Object
Nevron.FormulaEngine.NFormulaEngine
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2