<i id='0NXJC'><tr id='0NXJC'><dt id='0NXJC'><q id='0NXJC'><span id='0NXJC'><b id='0NXJC'><form id='0NXJC'><ins id='0NXJC'></ins><ul id='0NXJC'></ul><sub id='0NXJC'></sub></form><legend id='0NXJC'></legend><bdo id='0NXJC'><pre id='0NXJC'><center id='0NXJC'></center></pre></bdo></b><th id='0NXJC'></th></span></q></dt></tr></i><div id='0NXJC'><tfoot id='0NXJC'></tfoot><dl id='0NXJC'><fieldset id='0NXJC'></fieldset></dl></div>
    <bdo id='0NXJC'></bdo><ul id='0NXJC'></ul>
<tfoot id='0NXJC'></tfoot>

    1. <small id='0NXJC'></small><noframes id='0NXJC'>

    2. <legend id='0NXJC'><style id='0NXJC'><dir id='0NXJC'><q id='0NXJC'></q></dir></style></legend>

      1. 如何在Android中打印带有两位小数的双精度数?

        时间:2023-08-31
      2. <small id='cD1fA'></small><noframes id='cD1fA'>

        1. <tfoot id='cD1fA'></tfoot>
            • <bdo id='cD1fA'></bdo><ul id='cD1fA'></ul>
            • <i id='cD1fA'><tr id='cD1fA'><dt id='cD1fA'><q id='cD1fA'><span id='cD1fA'><b id='cD1fA'><form id='cD1fA'><ins id='cD1fA'></ins><ul id='cD1fA'></ul><sub id='cD1fA'></sub></form><legend id='cD1fA'></legend><bdo id='cD1fA'><pre id='cD1fA'><center id='cD1fA'></center></pre></bdo></b><th id='cD1fA'></th></span></q></dt></tr></i><div id='cD1fA'><tfoot id='cD1fA'></tfoot><dl id='cD1fA'><fieldset id='cD1fA'></fieldset></dl></div>
                    <tbody id='cD1fA'></tbody>
                  <legend id='cD1fA'><style id='cD1fA'><dir id='cD1fA'><q id='cD1fA'></q></dir></style></legend>
                • 本文介绍了如何在Android中打印带有两位小数的双精度数?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  也许这是一个愚蠢的问题,但如果不是创建方法,我无法猜测如何解决它.也许有一种自然的方式"可以做到这一点,例如在 C 中.问题来了:

                  Maybe this is a silly question, but I cannot guess how to solve it if it's not creating a method. Maybe there's a "natural way" to do it, like in C for example. Here's the problem:

                  我有一个变量:

                  double a;
                  

                  我只想用 2 或 3 位小数显示它.当我尝试展示它时:

                  And I want to show it only with 2 or 3 decimals. When I try to show it:

                  Text.setText("Value of a: " + String.valueOf(a));
                  

                  它给出了类似的东西:

                  a 的值:5.234966145

                  Value of a: 5.234966145

                  我只想

                  a 的值:5.23

                  在不改变 a 的实际值的情况下,它显示的是近似数,但适用于实数.

                  Without changing the real value of a so it shows the approximate number but works with the real number.

                  推荐答案

                  yourTextView.setText(String.format("Value of a: %.2f", a));
                  

                  这篇关于如何在Android中打印带有两位小数的双精度数?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:在 Swift 中从字符串到 NSDate 下一篇:MPAndroidChart x 轴日期/时间标签格式

                  相关文章

                  最新文章

                    <bdo id='auinv'></bdo><ul id='auinv'></ul>
                  <i id='auinv'><tr id='auinv'><dt id='auinv'><q id='auinv'><span id='auinv'><b id='auinv'><form id='auinv'><ins id='auinv'></ins><ul id='auinv'></ul><sub id='auinv'></sub></form><legend id='auinv'></legend><bdo id='auinv'><pre id='auinv'><center id='auinv'></center></pre></bdo></b><th id='auinv'></th></span></q></dt></tr></i><div id='auinv'><tfoot id='auinv'></tfoot><dl id='auinv'><fieldset id='auinv'></fieldset></dl></div>

                  <tfoot id='auinv'></tfoot>

                    1. <small id='auinv'></small><noframes id='auinv'>

                      <legend id='auinv'><style id='auinv'><dir id='auinv'><q id='auinv'></q></dir></style></legend>