<tfoot id='fErqo'></tfoot>

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

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

        在Java中打印带有2位小数的整数

        时间:2023-09-29
          <tbody id='vhNxt'></tbody>

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

            <tfoot id='vhNxt'></tfoot>

              <small id='vhNxt'></small><noframes id='vhNxt'>

                <legend id='vhNxt'><style id='vhNxt'><dir id='vhNxt'><q id='vhNxt'></q></dir></style></legend>
                  <bdo id='vhNxt'></bdo><ul id='vhNxt'></ul>
                  本文介绍了在Java中打印带有2位小数的整数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  在我的代码中,我使用整数乘以 100 作为小数(0.1 是 10 等).你能帮我格式化输出以显示为十进制吗?

                  in my code i use integers multiplied by 100 as decimals (0.1 is 10 etc). Can you help me to format output to show it as decimal?

                  推荐答案

                  int x = 100;
                  DecimalFormat df = new DecimalFormat("#.00"); // Set your desired format here.
                  System.out.println(df.format(x/100.0));
                  

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

                  上一篇:使用 String.format() 打印空格 下一篇:防止 Java 中 String.format("%.2f", doubleValue) 的

                  相关文章

                  最新文章

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

                    <small id='hjcQ9'></small><noframes id='hjcQ9'>

                  1. <legend id='hjcQ9'><style id='hjcQ9'><dir id='hjcQ9'><q id='hjcQ9'></q></dir></style></legend>

                      • <bdo id='hjcQ9'></bdo><ul id='hjcQ9'></ul>