#include <Number.h>
Public Member Functions | |
Number (float f) | |
bool | operator> (float b) |
Public Attributes | |
float | value |
Static Public Attributes | |
static float | infini = -1 |
|
The constructor initializes the field value to the float f. |
|
Overload of the operator >. |
|
contain our value of infinity. |
|
Contain the value of the number. |