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