|
ContactCenters V. 0.9.9. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DoubleFormatterWithError
Represents an object that can format a double-precision value into a string, while formatting can possibly be affected by the error on the formatted value.
| Method Summary | |
|---|---|
String |
format(double x)
This should be equivalent to format (x, 0). |
String |
format(double x,
double error)
Formats the value x with error error into a string, and returns the formatted string. |
| Method Detail |
|---|
String format(double x,
double error)
x - the value being formatted.error - the error on the formatted value.
String format(double x)
format (x, 0).
format in interface DoubleFormatterx - the value being formatted.
|
ContactCenters V. 0.9.9. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||