|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcds.aladin.ColumnCalculator
public class ColumnCalculator
This class aims at providing manipulations on table columns
Method Summary | |
---|---|
static java.lang.String |
format(double d,
int nbDec)
|
static double |
round(double d,
int nbDec)
Arrondit et limite le nombre de décimales |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static double round(double d, int nbDec)
d
- nombre à arrondirnbDec
- nb de décimales à conserver
public static java.lang.String format(double d, int nbDec)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |