<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>NCalc - Mathematical Expressions Evaluator for .NET</title><link>http://ncalc.codeplex.com/Project/ProjectRss.aspx</link><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.</description><item><title>New Post: Call for feedback !</title><link>http://ncalc.codeplex.com/Thread/View.aspx?ThreadId=64384</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Sabastienros,&lt;/p&gt;
&lt;p&gt;NCALC really does a great job, I've implemented NCALC in a little irc bot I put together, it was  extremely quick and easy.&lt;/p&gt;
&lt;p&gt;It would be nice if it included a random function eg: random(upperbounds) and random(lower, upper).&lt;/p&gt;
&lt;p&gt;Note: NCALC compiles under .net 4.0 without issue.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>lyme</author><pubDate>Sat, 13 Mar 2010 23:23:40 GMT</pubDate><guid isPermaLink="false">New Post: Call for feedback ! 20100313112340P</guid></item><item><title>New Post: How to check the final result type of an expression...</title><link>http://ncalc.codeplex.com/Thread/View.aspx?ThreadId=199848</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks Sebastien,&lt;/p&gt;
&lt;p&gt;I will try that out.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;- Vikram&lt;/p&gt;&lt;/div&gt;</description><author>viklele</author><pubDate>Wed, 03 Mar 2010 03:43:21 GMT</pubDate><guid isPermaLink="false">New Post: How to check the final result type of an expression... 20100303034321A</guid></item><item><title>New Post: Own object as Parameter</title><link>http://ncalc.codeplex.com/Thread/View.aspx?ThreadId=85938</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;ANTLR is not compatible with Silverlight. Someone in the forums managed to get it working and I'd like to know how !&lt;/p&gt;&lt;/div&gt;</description><author>sebastienros</author><pubDate>Tue, 02 Mar 2010 14:03:31 GMT</pubDate><guid isPermaLink="false">New Post: Own object as Parameter 20100302020331P</guid></item><item><title>New Post: Own object as Parameter</title><link>http://ncalc.codeplex.com/Thread/View.aspx?ThreadId=85938</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I tried to use the NClc.dll assembly that is present at &lt;a href="http://ncalc.codeplex.com"&gt;http://ncalc.codeplex.com&lt;/a&gt; . But, it displayed an error message saying that, &amp;quot;It is not possible to add, as it is not built against silverlight runtime.....&amp;quot;&lt;/p&gt;
&lt;p&gt;Do anyone let me know what might be the reason?&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Ashok&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>addanki</author><pubDate>Tue, 02 Mar 2010 14:01:01 GMT</pubDate><guid isPermaLink="false">New Post: Own object as Parameter 20100302020101P</guid></item><item><title>Commented Feature: Own object as Parameter [26352]</title><link>http://ncalc.codeplex.com/WorkItem/View.aspx?WorkItemId=26352</link><description>Hello&amp;#33;&lt;br /&gt;&lt;br /&gt;I would like to know if it&amp;#39;s possible to give custom object as parametersI means, I&amp;#39;ve an object type that override the common operators &amp;#40;&amp;#43;,- etc&amp;#41; and I want to know if it&amp;#39;s possible to use it as parameters&lt;br /&gt;&lt;br /&gt;Sample&amp;#58;&lt;br /&gt;&lt;br /&gt;Expression e &amp;#61; new Expression&amp;#40;&amp;#34;&amp;#91;x&amp;#93; &amp;#42; &amp;#91;y&amp;#93;&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;e.Parameters&amp;#91;&amp;#34;x&amp;#34;&amp;#93; &amp;#61; myObjectA&amp;#59;&lt;br /&gt;e.Parameters&amp;#91;&amp;#34;y&amp;#34;&amp;#93; &amp;#61; myObjectB&amp;#59;&lt;br /&gt;&lt;br /&gt;Console.WriteLine&amp;#40;e.Evaluate&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks for your help &amp;#33;&lt;br /&gt;Comments: ** Comment from web user: Fabske ** &lt;p&gt;You can alos use expression trees. Some usefull links&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;solutionizing.net&amp;#47;2009&amp;#47;01&amp;#47;20&amp;#47;generic-method-invocation-with-expression-trees&amp;#47;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.codewrecks.com&amp;#47;blog&amp;#47;index.php&amp;#47;2008&amp;#47;10&amp;#47;04&amp;#47;expression-tree-vs-reflection&amp;#47;&lt;/p&gt;</description><author>Fabske</author><pubDate>Sun, 28 Feb 2010 17:15:10 GMT</pubDate><guid isPermaLink="false">Commented Feature: Own object as Parameter [26352] 20100228051510P</guid></item><item><title>Commented Feature: Own object as Parameter [26352]</title><link>http://ncalc.codeplex.com/WorkItem/View.aspx?WorkItemId=26352</link><description>Hello&amp;#33;&lt;br /&gt;&lt;br /&gt;I would like to know if it&amp;#39;s possible to give custom object as parametersI means, I&amp;#39;ve an object type that override the common operators &amp;#40;&amp;#43;,- etc&amp;#41; and I want to know if it&amp;#39;s possible to use it as parameters&lt;br /&gt;&lt;br /&gt;Sample&amp;#58;&lt;br /&gt;&lt;br /&gt;Expression e &amp;#61; new Expression&amp;#40;&amp;#34;&amp;#91;x&amp;#93; &amp;#42; &amp;#91;y&amp;#93;&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;e.Parameters&amp;#91;&amp;#34;x&amp;#34;&amp;#93; &amp;#61; myObjectA&amp;#59;&lt;br /&gt;e.Parameters&amp;#91;&amp;#34;y&amp;#34;&amp;#93; &amp;#61; myObjectB&amp;#59;&lt;br /&gt;&lt;br /&gt;Console.WriteLine&amp;#40;e.Evaluate&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks for your help &amp;#33;&lt;br /&gt;Comments: ** Comment from web user: sebastienros ** &lt;p&gt;Cache, and even better, LCG with dynamic method.&lt;/p&gt;</description><author>sebastienros</author><pubDate>Sat, 27 Feb 2010 12:50:12 GMT</pubDate><guid isPermaLink="false">Commented Feature: Own object as Parameter [26352] 20100227125012P</guid></item><item><title>Commented Feature: Own object as Parameter [26352]</title><link>http://ncalc.codeplex.com/WorkItem/View.aspx?WorkItemId=26352</link><description>Hello&amp;#33;&lt;br /&gt;&lt;br /&gt;I would like to know if it&amp;#39;s possible to give custom object as parametersI means, I&amp;#39;ve an object type that override the common operators &amp;#40;&amp;#43;,- etc&amp;#41; and I want to know if it&amp;#39;s possible to use it as parameters&lt;br /&gt;&lt;br /&gt;Sample&amp;#58;&lt;br /&gt;&lt;br /&gt;Expression e &amp;#61; new Expression&amp;#40;&amp;#34;&amp;#91;x&amp;#93; &amp;#42; &amp;#91;y&amp;#93;&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;e.Parameters&amp;#91;&amp;#34;x&amp;#34;&amp;#93; &amp;#61; myObjectA&amp;#59;&lt;br /&gt;e.Parameters&amp;#91;&amp;#34;y&amp;#34;&amp;#93; &amp;#61; myObjectB&amp;#59;&lt;br /&gt;&lt;br /&gt;Console.WriteLine&amp;#40;e.Evaluate&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks for your help &amp;#33;&lt;br /&gt;Comments: ** Comment from web user: Fabske ** &lt;p&gt;Indeed it&amp;#39;s a different way &amp;#58;&amp;#41;. And it&amp;#39;ll be a lot easier is we don&amp;#39;t need to implement an interface.&lt;br /&gt;I just wonder how it&amp;#39;ll be about performance. Maybe a cache will be needed to not repeat the same search for types allready analysed.&lt;/p&gt;</description><author>Fabske</author><pubDate>Sat, 27 Feb 2010 11:15:38 GMT</pubDate><guid isPermaLink="false">Commented Feature: Own object as Parameter [26352] 20100227111538A</guid></item><item><title>Commented Feature: Own object as Parameter [26352]</title><link>http://ncalc.codeplex.com/WorkItem/View.aspx?WorkItemId=26352</link><description>Hello&amp;#33;&lt;br /&gt;&lt;br /&gt;I would like to know if it&amp;#39;s possible to give custom object as parametersI means, I&amp;#39;ve an object type that override the common operators &amp;#40;&amp;#43;,- etc&amp;#41; and I want to know if it&amp;#39;s possible to use it as parameters&lt;br /&gt;&lt;br /&gt;Sample&amp;#58;&lt;br /&gt;&lt;br /&gt;Expression e &amp;#61; new Expression&amp;#40;&amp;#34;&amp;#91;x&amp;#93; &amp;#42; &amp;#91;y&amp;#93;&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;e.Parameters&amp;#91;&amp;#34;x&amp;#34;&amp;#93; &amp;#61; myObjectA&amp;#59;&lt;br /&gt;e.Parameters&amp;#91;&amp;#34;y&amp;#34;&amp;#93; &amp;#61; myObjectB&amp;#59;&lt;br /&gt;&lt;br /&gt;Console.WriteLine&amp;#40;e.Evaluate&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks for your help &amp;#33;&lt;br /&gt;Comments: ** Comment from web user: sebastienros ** &lt;p&gt;I would maybe go using a different technique&amp;#58; in Number.cs, if the types are unknown, try to get the override for the specific operator through reflexion.&lt;/p&gt;</description><author>sebastienros</author><pubDate>Sat, 27 Feb 2010 10:54:05 GMT</pubDate><guid isPermaLink="false">Commented Feature: Own object as Parameter [26352] 20100227105405A</guid></item><item><title>New Post: Own object as Parameter</title><link>http://ncalc.codeplex.com/Thread/View.aspx?ThreadId=85938</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks !&lt;/p&gt;
&lt;p&gt;I've added some info to the work item, hope it can help&lt;/p&gt;&lt;/div&gt;</description><author>Fabske</author><pubDate>Sat, 27 Feb 2010 10:21:22 GMT</pubDate><guid isPermaLink="false">New Post: Own object as Parameter 20100227102122A</guid></item><item><title>Commented Feature: Own object as Parameter [26352]</title><link>http://ncalc.codeplex.com/WorkItem/View.aspx?WorkItemId=26352</link><description>Hello&amp;#33;&lt;br /&gt;&lt;br /&gt;I would like to know if it&amp;#39;s possible to give custom object as parametersI means, I&amp;#39;ve an object type that override the common operators &amp;#40;&amp;#43;,- etc&amp;#41; and I want to know if it&amp;#39;s possible to use it as parameters&lt;br /&gt;&lt;br /&gt;Sample&amp;#58;&lt;br /&gt;&lt;br /&gt;Expression e &amp;#61; new Expression&amp;#40;&amp;#34;&amp;#91;x&amp;#93; &amp;#42; &amp;#91;y&amp;#93;&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;e.Parameters&amp;#91;&amp;#34;x&amp;#34;&amp;#93; &amp;#61; myObjectA&amp;#59;&lt;br /&gt;e.Parameters&amp;#91;&amp;#34;y&amp;#34;&amp;#93; &amp;#61; myObjectB&amp;#59;&lt;br /&gt;&lt;br /&gt;Console.WriteLine&amp;#40;e.Evaluate&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks for your help &amp;#33;&lt;br /&gt;Comments: ** Comment from web user: Fabske ** &lt;p&gt;The MyCustomObject.cs is a firt implementation of the ICalculable class. As you see, all these cast are very ugly. I wonder if there is a way to use Generics and avoid these, I didn&amp;#39;t had the time to try.&lt;/p&gt;</description><author>Fabske</author><pubDate>Sat, 27 Feb 2010 10:08:54 GMT</pubDate><guid isPermaLink="false">Commented Feature: Own object as Parameter [26352] 20100227100854A</guid></item><item><title>Commented Feature: Own object as Parameter [26352]</title><link>http://ncalc.codeplex.com/WorkItem/View.aspx?WorkItemId=26352</link><description>Hello&amp;#33;&lt;br /&gt;&lt;br /&gt;I would like to know if it&amp;#39;s possible to give custom object as parametersI means, I&amp;#39;ve an object type that override the common operators &amp;#40;&amp;#43;,- etc&amp;#41; and I want to know if it&amp;#39;s possible to use it as parameters&lt;br /&gt;&lt;br /&gt;Sample&amp;#58;&lt;br /&gt;&lt;br /&gt;Expression e &amp;#61; new Expression&amp;#40;&amp;#34;&amp;#91;x&amp;#93; &amp;#42; &amp;#91;y&amp;#93;&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;e.Parameters&amp;#91;&amp;#34;x&amp;#34;&amp;#93; &amp;#61; myObjectA&amp;#59;&lt;br /&gt;e.Parameters&amp;#91;&amp;#34;y&amp;#34;&amp;#93; &amp;#61; myObjectB&amp;#59;&lt;br /&gt;&lt;br /&gt;Console.WriteLine&amp;#40;e.Evaluate&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks for your help &amp;#33;&lt;br /&gt;Comments: ** Comment from web user: Fabske ** &lt;p&gt;The ICalculable interface&lt;/p&gt;</description><author>Fabske</author><pubDate>Sat, 27 Feb 2010 10:06:13 GMT</pubDate><guid isPermaLink="false">Commented Feature: Own object as Parameter [26352] 20100227100613A</guid></item><item><title>Commented Feature: Own object as Parameter [26352]</title><link>http://ncalc.codeplex.com/WorkItem/View.aspx?WorkItemId=26352</link><description>Hello&amp;#33;&lt;br /&gt;&lt;br /&gt;I would like to know if it&amp;#39;s possible to give custom object as parametersI means, I&amp;#39;ve an object type that override the common operators &amp;#40;&amp;#43;,- etc&amp;#41; and I want to know if it&amp;#39;s possible to use it as parameters&lt;br /&gt;&lt;br /&gt;Sample&amp;#58;&lt;br /&gt;&lt;br /&gt;Expression e &amp;#61; new Expression&amp;#40;&amp;#34;&amp;#91;x&amp;#93; &amp;#42; &amp;#91;y&amp;#93;&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;e.Parameters&amp;#91;&amp;#34;x&amp;#34;&amp;#93; &amp;#61; myObjectA&amp;#59;&lt;br /&gt;e.Parameters&amp;#91;&amp;#34;y&amp;#34;&amp;#93; &amp;#61; myObjectB&amp;#59;&lt;br /&gt;&lt;br /&gt;Console.WriteLine&amp;#40;e.Evaluate&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks for your help &amp;#33;&lt;br /&gt;Comments: ** Comment from web user: Fabske ** &lt;p&gt;As I&amp;#39;ve try a bit here are my 2 cents, maybe it can help you&lt;br /&gt;I didn&amp;#39;t find a way to use operators because these cannot be declared in an interface. My goal was to be able to give any object to NCalc if it implement operator overload. But the only way I&amp;#39;ve found is to use an interface with normal method &amp;#40;see attached ICalculable.cs&amp;#41;&lt;br /&gt;Then I&amp;#39;ve modified the class number for each operation, for example the Add&amp;#58;&lt;/p&gt;&lt;p&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;case TypeCode.Object&amp;#58;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;ICalculable aCalc &amp;#61; a as ICalculable&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;ICalculable bCalc &amp;#61; b as ICalculable&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;if &amp;#40;aCalc &amp;#33;&amp;#61; null &amp;#38;&amp;#38; bCalc &amp;#33;&amp;#61; null&amp;#41;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;return aCalc.Add&amp;#40;bCalc&amp;#41;&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;break&amp;#59;&lt;/p&gt;&lt;p&gt;It works but it&amp;#39;s not as beautiful as I would like &amp;#58;-&amp;#41;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><author>Fabske</author><pubDate>Sat, 27 Feb 2010 10:05:44 GMT</pubDate><guid isPermaLink="false">Commented Feature: Own object as Parameter [26352] 20100227100544A</guid></item><item><title>Closed Issue: NullReference Exception Caught [26301]</title><link>http://ncalc.codeplex.com/WorkItem/View.aspx?WorkItemId=26301</link><description>I am getting an exception while trying to validate an expression.&lt;br /&gt;Exception is &amp;#34;Object reference not set to an instance of object&amp;#34;.&lt;br /&gt;&lt;br /&gt;My expression is&amp;#58; &lt;br /&gt;&amp;#40;A&amp;#62;B&amp;#41; &amp;#43; 10 with A&amp;#61;1, B&amp;#61;2&lt;br /&gt;&lt;br /&gt;How this error can be removed or is there any better error we can display in this case&amp;#63;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Abhishek Shukla&lt;br /&gt;Comments: &lt;p&gt;An informative message is displayed with the thrown exception&lt;/p&gt;</description><author>sebastienros</author><pubDate>Sat, 27 Feb 2010 08:24:53 GMT</pubDate><guid isPermaLink="false">Closed Issue: NullReference Exception Caught [26301] 20100227082453A</guid></item><item><title>New Post: Ensure result type of expression</title><link>http://ncalc.codeplex.com/Thread/View.aspx?ThreadId=155453</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I have answered in another post.&lt;/p&gt;&lt;/div&gt;</description><author>sebastienros</author><pubDate>Sat, 27 Feb 2010 07:50:08 GMT</pubDate><guid isPermaLink="false">New Post: Ensure result type of expression 20100227075008A</guid></item><item><title>New Post: How to check the final result type of an expression...</title><link>http://ncalc.codeplex.com/Thread/View.aspx?ThreadId=199848</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Well, everything with '&amp;amp;&amp;amp;' or 'and' results in boolean, whereas '&amp;amp;' only results in numeric value. In a more scientific way, you can create a specific Visitor implementation for evaluating each node and returning the intended type. Just like the ExpressionVisitor class.&lt;/p&gt;&lt;/div&gt;</description><author>sebastienros</author><pubDate>Sat, 27 Feb 2010 07:49:20 GMT</pubDate><guid isPermaLink="false">New Post: How to check the final result type of an expression... 20100227074920A</guid></item><item><title>New Post: Support for Version's</title><link>http://ncalc.codeplex.com/Thread/View.aspx?ThreadId=155430</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I suppose it's for managing sort of a rule engine, and thus people must have knowledge of what a version number is. So I would suggest you to create a custom function named CompareVersion(v1, v2), which would make this job. This would return -1, 0 or 1 depending on the result.&lt;/p&gt;
&lt;p&gt;It's the easiest way to handle it.&lt;/p&gt;
&lt;p&gt;S&amp;eacute;bastien&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>sebastienros</author><pubDate>Sat, 27 Feb 2010 07:46:03 GMT</pubDate><guid isPermaLink="false">New Post: Support for Version's 20100227074603A</guid></item><item><title>New Post: Own object as Parameter</title><link>http://ncalc.codeplex.com/Thread/View.aspx?ThreadId=85938</link><description>&lt;div style="line-height: normal;"&gt;This discussion has been copied to a work item. Click &lt;a href="http://ncalc.codeplex.com/WorkItem/View.aspx?WorkItemId=26352"&gt;here&lt;/a&gt; to go to the work item and continue the discussion.&lt;/div&gt;</description><author>sebastienros</author><pubDate>Sat, 27 Feb 2010 07:41:40 GMT</pubDate><guid isPermaLink="false">New Post: Own object as Parameter 20100227074140A</guid></item><item><title>Created Feature: Own object as Parameter [26352]</title><link>http://ncalc.codeplex.com/WorkItem/View.aspx?WorkItemId=26352</link><description>Hello&amp;#33;&lt;br /&gt;&lt;br /&gt;I would like to know if it&amp;#39;s possible to give custom object as parametersI means, I&amp;#39;ve an object type that override the common operators &amp;#40;&amp;#43;,- etc&amp;#41; and I want to know if it&amp;#39;s possible to use it as parameters&lt;br /&gt;&lt;br /&gt;Sample&amp;#58;&lt;br /&gt;&lt;br /&gt;Expression e &amp;#61; new Expression&amp;#40;&amp;#34;&amp;#91;x&amp;#93; &amp;#42; &amp;#91;y&amp;#93;&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;e.Parameters&amp;#91;&amp;#34;x&amp;#34;&amp;#93; &amp;#61; myObjectA&amp;#59;&lt;br /&gt;e.Parameters&amp;#91;&amp;#34;y&amp;#34;&amp;#93; &amp;#61; myObjectB&amp;#59;&lt;br /&gt;&lt;br /&gt;Console.WriteLine&amp;#40;e.Evaluate&amp;#40;&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks for your help &amp;#33;&lt;br /&gt;</description><author>sebastienros</author><pubDate>Sat, 27 Feb 2010 07:41:38 GMT</pubDate><guid isPermaLink="false">Created Feature: Own object as Parameter [26352] 20100227074138A</guid></item><item><title>New Post: Own object as Parameter</title><link>http://ncalc.codeplex.com/Thread/View.aspx?ThreadId=85938</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I don't really know if it is possible. I will check. I have a class to handle which operation has to be done between types. I should check there if there is an operator overload for those objects. I had this message as a work item.&lt;/p&gt;
&lt;p&gt;S&amp;eacute;bastien&lt;/p&gt;&lt;/div&gt;</description><author>sebastienros</author><pubDate>Sat, 27 Feb 2010 07:41:14 GMT</pubDate><guid isPermaLink="false">New Post: Own object as Parameter 20100227074114A</guid></item><item><title>New Post: Problem in Expression Evaluation</title><link>http://ncalc.codeplex.com/Thread/View.aspx?ThreadId=82126</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Abhishek,&lt;/p&gt;
&lt;p&gt;Actually this is not the intent of NCalc. Though, we have made another library which can do that. It's &lt;a href="http://jint.codeplex.com"&gt;http://jint.codeplex.com&lt;/a&gt;. It's a Javascript interpreter. It works the same as Ncalc, bbut it is able to execute statements, and thus assign variables among many other things.&lt;/p&gt;
&lt;p&gt;S&amp;eacute;bastien&lt;/p&gt;&lt;/div&gt;</description><author>sebastienros</author><pubDate>Sat, 27 Feb 2010 07:39:19 GMT</pubDate><guid isPermaLink="false">New Post: Problem in Expression Evaluation 20100227073919A</guid></item></channel></rss>