Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

SIMD.%type%.prototype.toString()

Cette fonction est expérimentale
Puisque cette fonction est toujours en développement dans certains navigateurs, veuillez consulter le tableau de compatibilité pour les préfixes à utiliser selon les navigateurs.
Il convient de noter qu'une fonctionnalité expérimentale peut voir sa syntaxe ou son comportement modifié dans le futur en fonction des évolutions de la spécification.

La méthode SIMD.%type%.toString() renvoie une chaîne de caractères (String) représentant l'objet SIMD.

Syntaxe

SIMD.Float32x4.toString()
SIMD.Float64x2.toString()

SIMD.Int8x16.toString()
SIMD.Int16x8.toString()
SIMD.Int32x4.toString()

SIMD.Uint8x16.toString()
SIMD.Uint16x8.toString()
SIMD.Uint32x4.toString()

SIMD.Bool8x16.toString() 
SIMD.Bool16x8.toString() 
SIMD.Bool32x4.toString()
SIMD.Bool64x2.toString()

Valeur de retour

Une chaîne de caractères qui représente l'objet SIMD.

Exemples

Utiliser toString() sur un objet Float32x4

var a = SIMD.Float32x4(11, 22, 33, 44);

a.toString(); // "SIMD.Float32x4(11, 22, 33, 44)"

Spécifications

Spécification État Commentaires
SIMD
La définition de 'SIMDConstructor.prototype.toString()' dans cette spécification.
Projet Définition initiale.

Compatibilité des navigateurs

Fonctionnalité Chrome Firefox (Gecko) Internet Explorer Opera Safari
Support simple Pas de support Nightly build Pas de support Pas de support Pas de support
Fonctionnalité Android Chrome pour Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Support simple Pas de support Pas de support Nightly build Pas de support Pas de support Pas de support

Voir aussi

Étiquettes et contributeurs liés au document

 Contributeurs à cette page : SphinxKnight
 Dernière mise à jour par : SphinxKnight,