Click or drag to resize

ITypedArray Properties

The ITypedArray type exposes the following members.

Properties
  NameDescription
Public propertyArrayBuffer
Gets view's underlying ArrayBuffer.
(Inherited from IArrayBufferView.)
Public propertyLength
Gets the typed array's length.
Public propertyOffset
Gets the view's offset within the underlying ArrayBuffer.
(Inherited from IArrayBufferView.)
Public propertySize
Gets the view's size in bytes.
(Inherited from IArrayBufferView.)
Top
See Also