#include <Double.h>
Static Public Member Functions | |
double | parseDouble (const string &s) throw (NumberFormatException) |
string | toString (double d) |
Static Public Attributes | |
const double | MAX_VALUE |
const double | MIN_VALUE |
|
Parse a string supposed to represent a double value and returns this value.
|
|
Encode a double value into its string representation.
|
|
The maximum value for a double. |
|
The minimum value for a double. |