「android開発」Javaで小数点2桁を表示する参考コード

サンプルコード:
DecimalFormat formater = new DecimalFormat(“#0.##");
System.out.println(formater.format(123456.7897456));

Android

Posted by arkgame