×
ECMAScript
標準組込オブジェク
ト
標準組込コンストラクター
非公開オブジェクト
インターフェース
【JSリファレンス】Uint32Arrayコンストラクター
更新日:2024/06/14
Uint32Arrayコンストラクターは、ArrayBufferおよびSharedArrayBufferが管理するメモリ領域を32ビットで区切り、配列形式でアクセス可能なUint32Arrayオブジェクトを生成します。
配列の1単位である32ビットは、符号なしの整数値として扱われます。
Uint32Arrayは、ArrayBufferおよびSharedArrayBufferのビューオブジェクトです。
同じ構造を持つオブジェクトが11あり、総称として TypedArray と呼んでいます。
Int8Array、Uint8Array、Uint8ClampedArray、Int16Array、Uint16Array、 Int32Array、Uint32Array、BigInt64Array、BigUint64Array、Float32Array、Float64Array
■コンストラクター
■プロパティ
■メソッド
■prototypeメソッド
- Uint32Array.prototype.at()
- Uint32Array.prototype.copyWithin()
- Uint32Array.prototype.entries()
- Uint32Array.prototype.every()
- Uint32Array.prototype.fill()
- Uint32Array.prototype.filter()
- Uint32Array.prototype.find()
- Uint32Array.prototype.findIndex()
- Uint32Array.prototype.findLast()
- Uint32Array.prototype.findLastIndex()
- Uint32Array.prototype.forEach()
- Uint32Array.prototype.includes()
- Uint32Array.prototype.indexOf()
- Uint32Array.prototype.join()
- Uint32Array.prototype.keys()
- Uint32Array.prototype.lastIndexOf()
- Uint32Array.prototype.map()
- Uint32Array.prototype.reduce()
- Uint32Array.prototype.reduceRight()
- Uint32Array.prototype.reverse()
- Uint32Array.prototype.set()
- Uint32Array.prototype.slice()
- Uint32Array.prototype.some()
- Uint32Array.prototype.sort()
- Uint32Array.prototype.subarray()
- Uint32Array.prototype.toLocaleString()
- Uint32Array.prototype.toReversed()
- Uint32Array.prototype.toSorted()
- Uint32Array.prototype.toString()
- Uint32Array.prototype.values()
- Uint32Array.prototype.with()
- Uint32Array.prototype[@@iterator]()
■prototypeプロパティ
関連ページ
●【JavaScript】 ArrayBufferとTypedArray-メモリを確保してアクセス
●【JavaScript】 TypedArrayのエンディアンを確認する方法
●【JavaScript】 2バイト以上のTypedArrayバイナリ保存はエンディアンに注意
●【JavaScript】 TypedArrayのエンディアンを確認する方法
●【JavaScript】 2バイト以上のTypedArrayバイナリ保存はエンディアンに注意
更新日:2024/06/14
スポンサーリンク
記事の内容について
こんにちはけーちゃんです。
説明するのって難しいですね。
「なんか言ってることおかしくない?」
たぶん、こんなご意見あると思います。
裏付けを取りながら記事を作成していますが、僕の勘違いだったり、そもそも情報源の内容が間違えていたりで、正確でないことが多いと思います。
そんなときは、ご意見もらえたら嬉しいです。
掲載コードについては事前に動作確認をしていますが、貼り付け後に体裁を整えるなどをした結果動作しないものになっていることがあります。
生暖かい視線でスルーするか、ご指摘ください。
ご意見、ご指摘はこちら。
https://jsref.affi-sapo-sv.com/info.php
このサイトは、リンクフリーです。大歓迎です。