See: Description
Class | Description |
---|---|
ArrayBuffer |
A data type that is used to represent a generic, fixed-length binary data buffer.
|
ArrayBufferView |
The ArrayBufferView type describes a particular view on the contents of an
ArrayBuffer 's data. |
ArrayBufferViewBase |
The parent class of all typed arrays,
DataView is not included. |
DataView |
The ArrayBufferView type describes a particular view on the contents of an
ArrayBuffer 's data. |
Float32Array |
Represents an array of 32-bit floating point numbers.
|
Float64Array |
Represents an array of 64-bit floating point numbers.
|
Int16Array |
Represents an array of twos-complement 16-bit signed integers.
|
Int32Array |
Represents an array of twos-complement 32-bit signed integers.
|
Int8Array |
Represents an array of twos-complement 8-bit signed integers.
|
Uint16Array |
Represents an array of unsigned 16-bit integers.
|
Uint32Array |
Represents an array of unsigned 32-bit integers.
|
Uint8Array |
Represents an array of unsigned 16-bit integers.
|
Uint8ClampedArray |
Represents an array of unsigned 16-bit integers.
|
Copyright © 2002–2017 Gargoyle Software Inc.. All rights reserved.