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()

この記事は編集レビューを必要としています。ぜひご協力ください

これは実験段階の機能です。
この機能は複数のブラウザで開発中の状態にあります。互換性テーブルをチェックしてください。また、実験段階の機能の構文と挙動は、仕様変更に伴い各ブラウザの将来のバージョンで変更になる可能性があることに注意してください。

SIMD.%type%.toString() メソッドは、{jsxref("SIMD")}} オブジェクトを表す String を返します。

構文

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()

戻り値

{jsxref("SIMD")}} オブジェクトを表す String

Float32x4 で toString() を使用する

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

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

仕様

仕様 ステータス コメント
SIMD
SIMDConstructor.prototype.toString() の定義
ドラフト 初期定義。

ブラウザ実装状況

機能 Chrome Firefox (Gecko) Internet Explorer Opera Safari
基本サポート 未サポート Nightly build 未サポート 未サポート 未サポート
機能 Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
基本サポート 未サポート 未サポート Nightly build 未サポート 未サポート 未サポート

関連項目

ドキュメントのタグと貢献者

 このページの貢献者: YuichiNukiyama
 最終更新者: YuichiNukiyama,