back to index

Float

Inheritance

Object -> Float

Properties

value - - readwrite, the current floating point value

Methods

float         getValue  ()
              setValue  (float _f)
String        printf    (String _fmt) - convert floating point value to a printf-style formatted String and return it
String        getString () - convert floating point value to String
static Float  New       (float _f) - return new pre-initialized object

back to index