TypedArrayT Class
TypedArray objects present an array-like view of an underlying binary data buffer.
Inheritance Hierarchy
SystemObject
  Aspose.Html.DomDOMObject
    Aspose.HtmlTypedArray
      Aspose.HtmlTypedArrayT
        More...

Namespace: Aspose.Html
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public abstract class TypedArray<T> : TypedArray
where T : struct, new()

Type Parameters

T
The data type.

The TypedArrayT type exposes the following members.

Properties
  NameDescription
Public propertyBuffer
Gets the ArrayBuffer referenced by this instance.
(Inherited from TypedArray.)
Public propertyByteLength
Gets the byteLength accessor property represents the length of an ArrayBuffer in bytes.
(Inherited from TypedArray.)
Public propertyByteOffset
Gets the byteOffset from the start of referenced ArrayBuffer.
(Inherited from TypedArray.)
Public propertyItem
Gets or sets the [!:T] at the specified index.
Public propertyLength
Gets the length of a typed array.
(Inherited from TypedArray.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also
Inheritance Hierarchy
SystemObject
  Aspose.Html.DomDOMObject
    Aspose.HtmlTypedArray
      Aspose.HtmlTypedArrayT
        Aspose.HtmlFloat32Array
        Aspose.HtmlFloat64Array
        Aspose.HtmlInt16Array
        Aspose.HtmlInt32Array
        Aspose.HtmlInt8Array
        Aspose.HtmlUint16Array
        Aspose.HtmlUint32Array
        Aspose.HtmlUint8Array
        Aspose.HtmlUint8ClampedArray