Qt Reference Documentation

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.

X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.