IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

real QML Value Type

a number with a decimal point.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Detailed Description

The real type refers to a number with decimal point, e.g. 1.2 or -29.8.

Example:

 
Sélectionnez
Item { width: 100.45; height: 150.82 }

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

See also QML Basic Types

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+