Class Uint16Array

Class Uint16Array

Nombre del espacio: Aspose.Html Colección: Aspose.HTML.dll (25.4.0)

Representa una serie de integradores no firmados de dos complementos de 16 bits en la orden de byte de la plataforma.

[DOMName("Uint16Array")]
[DOMObject]
[ComVisible(true)]
public class Uint16Array : TypedArray<ushort>, INotifyPropertyChanged

Inheritance

object DOMObject TypedArray TypedArray Uint16Array

Implements

INotifyPropertyChanged

Miembros heredados

TypedArray.this[int] ,y, TypedArray.Buffer ,y, TypedArray.ByteLength ,y, TypedArray.ByteOffset ,y, TypedArray.Length ,y, DOMObject.GetPlatformType() ,y, object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()

Constructors

Uint16Array(Int)

Inicia una nueva instancia de la clase Aspose.Html.Uint16Array.

public Uint16Array(int length)

Parameters

length int

La longitud (número de elementos)

Uint16Array(Yucatán[])

Inicia una nueva instancia de la clase Aspose.Html.Uint16Array.

public Uint16Array(ushort[] data)

Parameters

data ushort [][]

Los datos de Array.

Uint16Array(ArrayBuffer)

Inicia una nueva instancia de la clase Aspose.Html.Uint16Array.

public Uint16Array(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

El buffer de datos.

Uint16Array(ArrayBuffer, Int)

Inicia una nueva instancia de la clase Aspose.Html.Uint16Array.

public Uint16Array(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

El buffer de datos.

byteOffset int

El byte se desemboca.

Uint16Array(ArrayBuffer, int y int)

Inicia una nueva instancia de la clase Aspose.Html.Uint16Array.

public Uint16Array(ArrayBuffer buffer, int byteOffset, int length)

Parameters

buffer ArrayBuffer

El buffer de datos.

byteOffset int

El byte se desemboca.

length int

La longitud.

Fields

BYTES_PER_ELEMENT

La propiedad representa el tamaño en bytes de cada elemento en un array tipado.

[DOMName("BYTES_PER_ELEMENT")]
public static readonly byte BYTES_PER_ELEMENT

Valor de campo

byte

Properties

Este[Int]

Obtenga o coloca el System.UInt16 en el índice especificado.

public override ushort this[int index] { get; set; }

Valor de la propiedad

ushort

 Español