How to deal with Encoding decimal with exact precision what is been applied to the property #5
Unanswered
vivekguptaraw
asked this question in
Q&A
Replies: 1 comment
-
Can you provide some example code of how you're currently doing the encoding? Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am storing decimal value (0.5025) as attached in 1st screenshot.
But it is encoding value as 0.5024999999999999 as attached in 2nd screenshot.
Note - I dont want to encode value in String. Only Decimal with double is allowed.
Beta Was this translation helpful? Give feedback.
All reactions