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; } | 型付き配列の長さを取得します。 |
メソッド
名前 | 説明 |
---|---|
virtual GetPlatformType() | このメソッドは、ECMAScript オブジェクトを取得するために使用されますType. |
田畑
名前 | 説明 |
---|---|
static readonly BYTES_PER_ELEMENT | プロパティは、型付き配列の各要素のサイズをバイト単位で表します。 |
関連項目
- class TypedArray<T>
- 名前空間 Aspose.Html
- 組み立て Aspose.HTML