Uint16Array Class
Represents an array of twos-complement 16-bit unsigned integers in the platform byte order.
Inheritance Hierarchy
SystemObject
  Aspose.Html.DomDOMObject
    Aspose.HtmlTypedArray
      Aspose.HtmlTypedArrayUInt16
        Aspose.HtmlUint16Array

Namespace: Aspose.Html
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public class Uint16Array : TypedArray<ushort>

The Uint16Array type exposes the following members.

Constructors
  NameDescription
Public methodUint16Array(Int32)
Initializes a new instance of the Uint16Array class.
Public methodUint16Array(UInt16)
Initializes a new instance of the Uint16Array class.
Public methodUint16Array(ArrayBuffer)
Initializes a new instance of the Uint16Array class.
Public methodUint16Array(ArrayBuffer, Int32)
Initializes a new instance of the Uint16Array class.
Public methodUint16Array(ArrayBuffer, Int32, Int32)
Initializes a new instance of the Uint16Array class.
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 UInt16 at the specified index.
(Overrides TypedArrayTItemInt32.)
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.)
Fields
  NameDescription
Public fieldStatic memberBYTES_PER_ELEMENT
The property represents the size in bytes of each element in an typed array.
See Also