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.