We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

ROMAN (Math and Trig function)

Hi,

I try the following:
			CalcEngine.ParseArgumentSeparator';';
			CalcEngine.ParseDecimalSeparator',';
 
			CalcQuickBase calcQuick = new CalcQuickBase();
 
			calcQuick.Engine.AddFunction("mkTest", pArgs => pArgs + " yeah");
 
			string r1 = calcQuick.ParseAndCompute("PRODUCT(5; 3; 2)");
			string r2 = calcQuick.ParseAndCompute("Left(Michael; 2)");
			string r3 = calcQuick.ParseAndCompute("SQRT(2)");
			string r4 = calcQuick.ParseAndCompute("mkTest(hallo)");
			string r5 = calcQuick.ParseAndCompute("AVG(3;4;6)");
			string r6 = calcQuick.ParseAndCompute("ROMAN(1997; 0)");

Everything works fine with the exception of the last line (ROMAN). I get an ArgumentException with the text "unknown formula name ROMAN, although, the function ROMAN is listed under Math and Trig functions:  http://help.syncfusion.com/ug/windows%20forms/calculate/default.htm#!documents/roman.htm

What I am doing wrong?

Best Regards,
Michael


3 Replies

AG Anish George Syncfusion Team February 27, 2014 04:15 AM UTC

Hi Michael,

 

Thank you for using Syncfusion products.

 

We would like to let you know that we have tested the above scenario in our latest version(11.4.0.26) and we are not able to reproduce it. Please let us know which Essential Studio version you are using? The ROMAN function in been implemented only from the version 11.3.0.30.

 

Please let us know if you need any further assistance.

 

Regards,

Anish



MK Michael Keller February 27, 2014 08:07 AM UTC

Hi,

thanks for your info. I tried the sample above with version 10.4.0.71.

Best Regards,
Michael


AG Anish George Syncfusion Team February 28, 2014 04:30 AM UTC

Hi Michael,

 

Thank you for your update.

 

As we mentioned earlier, the ROMAN function can be used only in our latest versions.  So we suggest you to migrate to one of our latest version for experiencing this function effectively.

 

Please let us know if you need any further assistance.

 

Regards,

Anish


Loader.
Live Chat Icon For mobile
Up arrow icon