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