Class Uint16Array
Nazwa przestrzeń: Aspose.Html Zestaw: Aspose.HTML.dll (25.4.0)
Przedstawia szereg dwukrotnie uzupełnionych 16-bitowych niepodanych integerów w porządku bytu platformy.
[DOMName("Uint16Array")]
[DOMObject]
[ComVisible(true)]
public class Uint16Array : TypedArray<ushort>, INotifyPropertyChanged
Inheritance
object
←
DOMObject
←
TypedArray
←
TypedArray
Implements
Dziedziczeni członkowie
TypedArray
Constructors
Uint16Array(Int)
Inicjalizuje nowy przykład klasy Aspose.Html.Uint16Array.
public Uint16Array(int length)
Parameters
length
int
Długość (liczba elementów)
Uint16Array(wstrząsać[])
Inicjalizuje nowy przykład klasy Aspose.Html.Uint16Array.
public Uint16Array(ushort[] data)
Parameters
data
ushort
[ ]
Dane z array.
Uint16Array(ArrayBuffer)
Inicjalizuje nowy przykład klasy Aspose.Html.Uint16Array.
public Uint16Array(ArrayBuffer buffer)
Parameters
buffer
ArrayBuffer
Dane z buforem.
Uint16Array(ArrayBuffer , int)
Inicjalizuje nowy przykład klasy Aspose.Html.Uint16Array.
public Uint16Array(ArrayBuffer buffer, int byteOffset)
Parameters
buffer
ArrayBuffer
Dane z buforem.
byteOffset
int
Byta jest zwrotna.
Uint16Array(ArrayBuffer, int, int)
Inicjalizuje nowy przykład klasy Aspose.Html.Uint16Array.
public Uint16Array(ArrayBuffer buffer, int byteOffset, int length)
Parameters
buffer
ArrayBuffer
Dane z buforem.
byteOffset
int
Byta jest zwrotna.
length
int
i długości .
Fields
BYTES_PER_ELEMENT
Właściwość reprezentuje rozmiar w bajtach każdego elementu w typowanej kolejce.
[DOMName("BYTES_PER_ELEMENT")]
public static readonly byte BYTES_PER_ELEMENT
Wartość pola
Properties
Tego[Int]
Otrzymuje lub ustawia System.UInt16 na określonym indeksie.
public override ushort this[int index] { get; set; }