|
|||||||||
前 次 | フレームあり フレームなし |
com.sanpudo.formula での RoundPoint の使用 |
---|
RoundPoint を返す com.sanpudo.formula のメソッド | |
---|---|
RoundPoint |
FormulaEvaluator.getRoundPoint()
現在の端数処理時点の設定を返す。 |
static RoundPoint |
RoundPoint.valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。 |
static RoundPoint[] |
RoundPoint.values()
この列挙型の定数を含む配列を宣言されている順序で返します。 |
RoundPoint 型のパラメータを持つ com.sanpudo.formula のメソッド | |
---|---|
void |
FormulaEvaluator.setRounding(RoundPoint roundPoint,
int scale,
RoundingMode rMode)
BigDecimal計算における端数処理のコンテクスト(端数処理タイミング、小数点以下の桁数および端数処理方法)を変更する。 |
RoundPoint 型のパラメータを持つ com.sanpudo.formula のコンストラクタ | |
---|---|
FormulaEvaluator(RoundPoint rondPoint,
int scale,
RoundingMode rMode)
BigDecimalの小数点以下桁数と端数処理を指定したコンストラクタ。 |
|
|||||||||
前 次 | フレームあり フレームなし |