back to index

Double

Inheritance

Object -> Double

Properties

value - - readwrite, the current floating point value (shrinked to 32bit)

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 Double Newf      (float _f) - return new pre-initialized object
static Double Newi      (int _i) - return new pre-initialized object
static Double News      (String _s) - convert String to double IEEE value and return new Double object

Examples


back to index