User fec9e52845
24-03-2014 14:07:45
Hi,
We have using the .NET API Application. Using the ElementalAnalyser to calculate the MW based on MF,
When Try Use this formula BrH.0.5(H2O) Then Throwing the Error.Seems like decimal “0.5(H2O)” Formula is not accepting
If Formula BrH.(H2O) and BrH.2(H2O) is working fine.
Please find sample code below.
ElementalAnalyser ws = new ElementalAnalyser();
ws.setMolecule("BrH.0.5(H2O)”);
double Mass1 = ws.mass();
Please provide the solution for this or any other approach is available
Regards
Siva