real QML Basic Type
a number with a decimal point.
The real
type refers to a number with decimal point, e.g. 1.2 or -29.8.
Example:
Note: In QML all reals are stored in double precision, IEEE floating point format.
This basic type is provided by the QML language.
See also QML Basic Types.