Class Float64Array
Float64Array class
プラットフォームのバイト順で 64 ビット浮動小数点数 (C float データ型に対応) の配列を表します。
public class Float64Array : TypedArray<double>
コンストラクター
名前 | 説明 |
---|
Float64Array(ArrayBuffer) | の新しいインスタンスを初期化しますFloat64Array class. |
Float64Array(double[]) | の新しいインスタンスを初期化しますFloat64Array class. |
Float64Array(int) | の新しいインスタンスを初期化しますFloat64Array class. |
Float64Array(ArrayBuffer, int) | の新しいインスタンスを初期化しますFloat64Array class. |
Float64Array(ArrayBuffer, int, int) | の新しいインスタンスを初期化しますFloat64Array class. |
プロパティ
名前 | 説明 |
---|
Buffer { get; } | このインスタンスが参照する ArrayBuffer を取得します。 |
ByteLength { get; } | ArrayBuffer の長さをバイト単位で表す byteLength アクセサー プロパティを取得します。 |
ByteOffset { get; } | 参照されている ArrayBuffer の先頭から byteOffset を取得します。 |
override Item { get; set; } | を取得または設定しますDouble指定されたインデックスで. |
Length { get; } | 型付き配列の長さを取得します。 |
メソッド
田畑
関連項目