|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--tracer.expression.ExprDouble
A class defined to output more flexible double representation than the standard java.lang.Double.
| Constructor Summary | |
ExprDouble()
|
|
| Method Summary | |
static java.lang.String |
toString(double val)
Convert a double into a string using default precision 15. |
static java.lang.String |
toString(double val,
int precision)
Convert a double into a string using specific precision. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public ExprDouble()
| Method Detail |
public static java.lang.String toString(double val)
public static java.lang.String toString(double val,
int precision)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||