A collection of static methods to perform conversions between strings and float values.
More...
#include <FloatWrapper.h>
|
static float | parseFloat (const std::string &s) throw (NumberFormatException) |
| Parse a string supposed to represent a double value and returns this value. More...
|
|
static std::string | toString (float) |
| Encode a float value into its string representation. More...
|
|
A collection of static methods to perform conversions between strings and float values.
Definition at line 37 of file FloatWrapper.h.
Parse a string supposed to represent a double value and returns this value.
- Parameters
-
- Returns
- a float.
- Exceptions
-
static std::string asdm::Float::toString |
( |
float |
| ) |
|
|
static |
Encode a float value into its string representation.
- Parameters
-
d | the float value to be encoded. |
- Returns
- the string representing the float value passed as parameter.
const float asdm::Float::MAX_VALUE |
|
static |
const float asdm::Float::MIN_VALUE |
|
static |
The documentation for this class was generated from the following file: