53 static std::string
toString(
double d);
static const double MIN_VALUE
The minimum value for a double.
A collection of static methods to perform conversions between strings and double values.
static std::string toString(double d)
Encode a double value into its string representation.
static const double MAX_VALUE
The maximum value for a double.
static double parseDouble(const std::string &s)
Parse a string supposed to represent a double value and returns this value.