MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

QML Basic Type: double

A double number has a decimal point and is stored in double precision, IEEE floating point format.

Example:

 Item {
     property double number: 32155.2355
 }

See also QML Basic Types.