Azure storage - double decimal point ignored on save

Posted by Fabio Milheiro on Stack Overflow See other posts from Stack Overflow or by Fabio Milheiro
Published on 2010-06-14T12:02:57Z Indexed on 2010/06/14 13:02 UTC
Read the original article Hit count: 318

Filed under:
|

I have a value that is correctly stored in a property of an object, but when I save the changes to the Azure storage database, the double value is stored to the database ignoring the point (7.1000000003 is saved as 711). Also, the property is changed to 711.0.

How do I solve this problem?

The field is already set to double in the class and the database table.

© Stack Overflow or respective owner

Related posts about Azure

Related posts about azure-storage-tables