[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[jfriends:00610] Re: 少数桁の表示
getMaximumFractionDigits() まで探し当てたから、
甘やかしてもいいですかね?
public static final int MAX_FRACTION = 2;
public String toStringVal(double value)
{
java.text.NumberFormat nf =
java.text.NumberFormat.getInstance();
nf.setGroupingUsed(false);
nf.setMaximumFractionDigits( MAX_FRACTION );
return nf.format(value);
}
まず、探したい機能を持っているクラスを探しましょう。
そして、クラスが見つかったら、API 全体を眺めて、どういうことをす
るクラスかを見ましょう。
みどり
------------------------------------------------------------------------
〜あなたの一票がこの番組を作ります〜
http://www.infoseek.co.jp/Special?pg=tup_asahi_if.html&sv=QS&svx=971122