coins.util
クラス FloatConst.RoundingMode

java.lang.Object
  |
  +--coins.util.FloatConst.RoundingMode
含まれているクラス:
FloatConst

public abstract static class FloatConst.RoundingMode
extends java.lang.Object

.........................................


コンストラクタの概要
(パッケージプライベート) FloatConst.RoundingMode()
           
 
メソッドの概要
(パッケージプライベート) abstract  java.math.BigInteger round(java.math.BigInteger b, boolean s, int rs)
           
(パッケージプライベート) abstract  long toLong(double d)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FloatConst.RoundingMode

FloatConst.RoundingMode()
メソッドの詳細

toLong

abstract long toLong(double d)

round

abstract java.math.BigInteger round(java.math.BigInteger b,
                                    boolean s,
                                    int rs)