jcpp::FloatJC Class Reference
#include <FloatJC.h>
List of all members.
|
Public Member Functions |
|
| FloatJC (float value_) |
|
| FloatJC (char *s, int &NumberFormatErrJC) |
|
float | floatValue () |
|
CFREE char * | toString () |
|
boolean | equals (Object *obj) |
|
double | doubleValue () |
|
int | intValue (int &rangeError) |
|
long | longValue (int &rangeError) |
Static Public Member Functions |
|
static float | valueOf0 (char *s, int &NumberFormatErrJC) |
|
static CFREE char * | toStringWithPrecision (float value_, int precision) |
|
static CFREE char * | toString (float value_) |
|
static FloatJC * | valueOf (char *s, int &NumberFormatErrJC) |
|
static float | parseFloat (char *s, int &NumberFormatErrJC) |
Private Attributes |
|
float | value |
Detailed Description
float container ala java.
- See also:
- DoubleJC
The documentation for this class was generated from the following file: