on 2018 Sep 27 4:11 PM
hey experts,
currently we are investigating the issue that our double values are formatted into scientific numbers. e.g. 0,00030576 becomes 3.0576E-4 and it gets displayed like that.
We didnt found anything in the code why he's formatting it like that. Any Ideas?
cheers, daniel
Request clarification before answering.
I suggest you use BigDecimal and then do BigDecimal.doubleValue() If you wish to return a string, then do BigDecimal.toPlainString().
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.