What is the best way in Java to get a string out of a float, that contains only X digits after the dot?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Here are two ways of dealing with the problem.
|
|||
|
|
note: Source: http://download.oracle.com/javase/tutorial/java/data/numberformat.html |
|||
|
|
|
Is See also the |
|||
|