MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

QML Basic Type: real

A real number has a decimal point, e.g. 1.2 or -29.8.

Example:

 Item { width: 100.45; height: 150.82 }

Note: In QML all reals are stored in single precision, IEEE floating point format.

See also QML Basic Types.