Hi, I got some rounding error with floats when the float is higher then 100.000.000 So the number 100.000.000,98 will be rounded to 100.000.001 when saving the object. The number 99.000.000.98 remains the same when saving. Did anybody have a similar problem, and how can I fix this?
asked
Friso Nijboer
1 answers
1
Use Currency instead.. Float is 4 bytes en Currency (double) is 8 bytes