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