double QML Basic Type

A double number has a decimal point and is stored in double precision.

A double number has a decimal point and is stored in double precision, IEEE floating point 格式。

范例:

Item {
    property double number: 32155.2355
}
					

另请参阅 QML 基本类型 .