Float32Array class
Float32Array class
Represents an array of 32-bit floating point numbers (corresponding to the C float data type) in the platform byte order.
Inheritance: Float32Array →
TypedArray →
DOMObject
The Float32Array type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the Float32Array class. |
| init | Initializes a new instance of the Float32Array class. |
| init | Initializes a new instance of the Float32Array class. |
| init | Initializes a new instance of the Float32Array class. |
| init | Initializes a new instance of the Float32Array class. |
Properties
| Property | Description |
|---|---|
| buffer | Gets the ArrayBuffer referenced by this instance. |
| byte_length | Gets the byteLength accessor property represents the length of an ArrayBuffer in bytes. |
| byte_offset | Gets the byteOffset from the start of referenced ArrayBuffer. |
| length | Gets the length of a typed array. |
| BYTES_PER_ELEMENT | The property represents the size in bytes of each element in an typed array. |
Gets or sets the Single at the specified index.
Indexer
| Name | Description |
|---|---|
| [index] | The index. |
Methods
| Method | Description |
|---|---|
| get_platform_type | This method is used to retrieve the ECMAScript object Type. |
See Also
- module
aspose.html - class
DOMObject - class
Float32Array - class
TypedArray