pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/DataView/setFloat64

ref="https://developer.mozilla.org/favicon.ico" />

このページはコミュニティーの尽力で英語から翻訳されました。MDN Web Docs コミュニティーについてもっと知り、仲間になるにはこちらから。

View in English Always switch to English

DataView.prototype.setFloat64()

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since 2015年7月.

setFloat64() メソッドは、符号付き 64 ビット浮動小数点数 (double) 値を DataView の指定されたバイト単位のオフセットの位置に格納します。

試してみましょう

// Create an ArrayBuffer with a size in bytes
const buffer = new ArrayBuffer(16);

const view = new DataView(buffer);
view.setFloat32(1, Math.PI);

console.log(view.getFloat32(1));
// Expected output: 3.1415927410125732

構文

dataview.setFloat64(byteOffset, value [, littleEndian])

引数

byteOffset

ビューの先頭からのバイト単位のオフセットで、データを格納する位置です。

value

設定する値です。

littleEndian

省略可 64 ビット浮動小数点数をリトルエンディアンとビッグエンディアンのどちらの形式で格納するかを表します。 false または undefined の場合、ビッグエンディアン値が書き込まれます。

返値

undefined

発生するエラー

RangeError

byteOffset がビューの末尾を超えて格納するように設定されている場合に発生します。

setFloat64 メソッドの使用

js
var buffer = new ArrayBuffer(8);
var dataview = new DataView(buffer);
dataview.setFloat64(0, 3);
dataview.getFloat64(0); // 3

仕様書

Specification
ECMAScript® 2026 Language Specification
# sec-dataview.prototype.setfloat64

ブラウザーの互換性

関連情報

pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy