{"json_modified": "2015-05-18T23:31:45.665771", "slug": "Web/JavaScript/Reference/Global_Objects/TypedArray/from", "tags": ["TypedArrays", "ECMAScript6", "Method", "TypedArray", "JavaScript"], "locale": "ja", "title": "TypedArray.from()", "translations": [{"title": "TypedArray.from()", "url": "/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/from", "tags": ["TypedArrays", "ECMAScript6", "Method", "TypedArray", "JavaScript"], "summary": "The <code><strong><em>TypedArray</em>.from()</strong></code> method creates a new <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray#TypedArray_objects\">typed array</a> from an array-like or iterable object. This method is nearly the same as <a href=\"/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/from\" title=\"The Array.from() method creates a new Array instance from an array-like or iterable object.\"><code>Array.from()</code></a>.", "localization_tags": [], "locale": "en-US", "last_edit": "2015-01-27T04:53:56", "review_tags": []}, {"title": "TypedArray.from()", "url": "/fr/docs/Web/JavaScript/Reference/Objets_globaux/TypedArray/from", "tags": ["TypedArrays", "Reference", "TypedArray", "R\u00e9f\u00e9rence", "JavaScript", "ECMAScript6", "Method"], "summary": "La m\u00e9thode <code><strong><em>TypedArray</em>.from()</strong></code> cr\u00e9e un nouvel objet <a href=\"/fr/docs/Web/JavaScript/Reference/Objets_globaux/TypedArray#Les_objets_TypedArray\" title=\"Un objet TypedArray d&#xE9;crit une vue organis&#xE9;e &#xE0; la fa&#xE7;on d'un tableau pour manipuler un tampon (buffer) de donn&#xE9;es binaires. TypedArray n'est pas une propri&#xE9;t&#xE9; globale, il n'existe pas non plus de constructeur TypedArray.&#xA0; En revanche, plusieurs propri&#xE9;t&#xE9;s globales existent et leurs valeurs permettent de construire des tableaux typ&#xE9;s (typed arrays) avec diff&#xE9;rents types de donn&#xE9;es. Ceux-ci sont list&#xE9;s ci-apr&#xE8;s. Les pages suivantes permettent de d&#xE9;crire les propri&#xE9;t&#xE9;s et m&#xE9;thodes qui peuvent &#xEA;tre utilis&#xE9;es sur les diff&#xE9;rents tableaux typ&#xE9;s.\"><code>TypedArray</code></a> \u00e0 partir d'un objet it\u00e9rable ou d'un objet semblable \u00e0 un tableau. Cette m\u00e9thode est similaire \u00e0 <a href=\"/fr/docs/Web/JavaScript/Reference/Objets_globaux/Array/from\" title=\"La m&#xE9;thode Array.from() permet de cr&#xE9;er une nouvelle instance d'Array &#xE0; partir d'un objet it&#xE9;rable ou semblable &#xE0; un tableau.\"><code>Array.from()</code></a>.", "localization_tags": [], "locale": "fr", "last_edit": "2015-02-20T10:47:08", "review_tags": []}], "modified": "2015-05-18T23:31:44", "label": "TypedArray.from()", "localization_tags": ["inprogress"], "url": "/ja/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/from", "last_edit": "2015-05-18T23:31:40", "summary": "\u914d\u5217\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3084\u53cd\u5fa9\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304b\u3089\u65b0\u3057\u3044<a href=\"/docs/Web/JavaScript/Reference/Global_Objects/TypedArray#TypedArray_objects\">typed array</a>\u3092\u8fd4\u3057\u307e\u3059\u3002\u3053\u306e\u30e1\u30bd\u30c3\u30c9\u306f<a href=\"/ja/docs/Web/JavaScript/Reference/Global_Objects/Array/from\" title=\"array-like&#x30AA;&#x30D6;&#x30B8;&#x30A7;&#x30AF;&#x30C8;&#x3084;iterable&#x30AA;&#x30D6;&#x30B8;&#x30A7;&#x30AF;&#x30C8;&#x304B;&#x3089;&#x65B0;&#x3057;&#x3044;Array &#x30A4;&#x30F3;&#x30B9;&#x30BF;&#x30F3;&#x30B9; &#x3092;&#x751F;&#x6210;&#x3057;&#x307E;&#x3059;&#x3002;\"><code>Array.from()</code></a>\u3068\u307b\u307c\u540c\u3058\u3067\u3059\u3002", "sections": [{"id": "Quick_Links", "title": "Standard built-in objects TypedArray Properties TypedArray.BYTES_PER_ELEMENT TypedArray.name [Translate] TypedArray.prototype [Translate] TypedArray.prototype.buffer [Translate] TypedArray.prototype.byteLength [Translate] TypedArray.prototype.byteOffset [Translate] TypedArray.prototype.length [Translate] Methods TypedArray.from() TypedArray.of() [Translate] TypedArray.prototype.copyWithin() [Translate] TypedArray.prototype.entries() [Translate] TypedArray.prototype.every() [Translate] TypedArray.prototype.fill() [Translate] TypedArray.prototype.filter() [Translate] TypedArray.prototype.find() [Translate] TypedArray.prototype.findIndex() [Translate] TypedArray.prototype.forEach() [Translate] TypedArray.prototype.includes() [Translate] TypedArray.prototype.indexOf() [Translate] TypedArray.prototype.join() [Translate] TypedArray.prototype.keys() [Translate] TypedArray.prototype.lastIndexOf() [Translate] TypedArray.prototype.map() [Translate] TypedArray.prototype.move() [Translate] TypedArray.prototype.reduce() [Translate] TypedArray.prototype.reduceRight() [Translate] TypedArray.prototype.reverse() [Translate] TypedArray.prototype.set() [Translate] TypedArray.prototype.slice() [Translate] TypedArray.prototype.some() [Translate] TypedArray.prototype.subarray() [Translate] TypedArray.prototype.values() [Translate] TypedArray.prototype[@@iterator]() [Translate] Related pages: Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array Uint32Array Float32Array Float64Array Inheritance: Function Properties Function.arguments Function.arity Function.caller Function.displayName Function.length Function.name Function.prototype Methods Function.prototype.apply() Function.prototype.bind() Function.prototype.call() Function.prototype.isGenerator() Function.prototype.toSource() Function.prototype.toString() Object Properties Object.prototype.__count__ Object.prototype.__noSuchMethod__ Object.prototype.__parent__ Object.prototype.__proto__ [Translate] Object.prototype.constructor [Translate] Methods Object.prototype.__defineGetter__() Object.prototype.__defineSetter__() Object.prototype.__lookupGetter__() Object.prototype.__lookupSetter__() Object.prototype.hasOwnProperty() Object.prototype.isPrototypeOf() Object.prototype.propertyIsEnumerable() Object.prototype.toLocaleString() Object.prototype.toSource() Object.prototype.toString() Object.prototype.unwatch() Object.prototype.valueOf() Object.prototype.watch()"}, {"id": "Summary", "title": "\u6982\u8981"}, {"id": "Syntax", "title": "\u69cb\u6587"}, {"id": "Parameters", "title": "\u5f15\u6570"}, {"id": "Description", "title": "\u8aac\u660e"}, {"id": ".E4.BE.8B", "title": "\u4f8b"}, {"id": ".E4.BB.95.E6.A7.98", "title": "\u4ed5\u69d8"}, {"id": ".E3.83.96.E3.83.A9.E3.82.A6.E3.82.B6.E5.AE.9F.E8.A3.85.E7.8A.B6.E6.B3.81", "title": "\u30d6\u30e9\u30a6\u30b6\u5b9f\u88c5\u72b6\u6cc1"}, {"id": "See_also", "title": "\u95a2\u9023\u60c5\u5831"}], "id": 151055, "review_tags": ["editorial"]}