TypedArray Class
TypedArray class
TypedArray objects present an array-like view of an underlying binary data buffer.
public abstract class TypedArray : DOMObject
Properties
| Name | Description |
|---|
| Buffer { get; } | Gets the ArrayBuffer referenced by this instance. |
| ByteLength { get; } | Gets the byteLength accessor property represents the length of an ArrayBuffer in bytes. |
| ByteOffset { get; } | Gets the byteOffset from the start of referenced ArrayBuffer. |
| Length { get; } | Gets the length of a typed array. |
Methods
| Name | Description |
|---|
| virtual GetPlatformType() | This method is used to retrieve the ECMAScript object Type. |
See Also