在Java中使用JOptionPane显示双精度的2个小数位[重复]
Posted
技术标签:
【中文标题】在Java中使用JOptionPane显示双精度的2个小数位[重复]【英文标题】:show 2 decimal place of a double using JOptionPane in Java [duplicate] 【发布时间】:2017-10-21 07:05:26 【问题描述】:how to round off the BMI value to 2/3 decimal place?
【问题讨论】:
1987 年出生!= 26 岁 【参考方案1】:使用 DecimalFormatter 格式化要显示的小数点数。
DecimalFormat decimalFormat = new DecimalFormat("#.00");
decimalFormat.format(bmi);
【讨论】:
以上是关于在Java中使用JOptionPane显示双精度的2个小数位[重复]的主要内容,如果未能解决你的问题,请参考以下文章
java.lang.NumberFormatException:无效的双精度:“”在 java.lang.StringToReal.invalidReal
JOptionPane MessageDialog 在java中显示数组的数据
在 Boost ASIO 服务器和 Java 客户端之间通过 TCP 发送双精度