Class Int8Array
Pôvodný názov: Aspose.Html Zhromaždenie: Aspose.HTML.dll (25.4.0)
Predstavuje rad dvojstupňových 8-bitových podpísaných integrátorov.
[DOMObject]
[DOMName("Int8Array")]
[ComVisible(true)]
public class Int8Array : TypedArray<sbyte>, INotifyPropertyChanged
Inheritance
object
←
DOMObject
←
TypedArray
←
TypedArray
Implements
Z dedičných členov
TypedArray
Constructors
Int8Array(int)
Iniciuje novú inštanciu triedy Aspose.Html.Int8Array.
public Int8Array(int length)
Parameters
length
int
dĺžku (počet prvkov)
Int8Array(sbyte[])
Iniciuje novú inštanciu triedy Aspose.Html.Int8Array.
public Int8Array(sbyte[] data)
Parameters
data
sbyte
[]
Údaje o aréne.
Int8Array(ArrayBuffer)
Iniciuje novú inštanciu triedy Aspose.Html.Int8Array.
public Int8Array(ArrayBuffer buffer)
Parameters
buffer
ArrayBuffer
Údaje sú buffer.
Int8Array(Zľavy, int)
Iniciuje novú inštanciu triedy Aspose.Html.Int8Array.
public Int8Array(ArrayBuffer buffer, int byteOffset)
Parameters
buffer
ArrayBuffer
Údaje sú buffer.
byteOffset
int
Byte sa oplatí.
Int8Array(Zariadenie, int, int)
Iniciuje novú inštanciu triedy Aspose.Html.Int8Array.
public Int8Array(ArrayBuffer buffer, int byteOffset, int length)
Parameters
buffer
ArrayBuffer
Údaje sú buffer.
byteOffset
int
Byte sa oplatí.
length
int
v dĺžke .
Fields
BYTES_PER_ELEMENT
Majstrovstvá predstavujú veľkosť v bytoch každého prvku v typovanom poradí.
[DOMName("BYTES_PER_ELEMENT")]
public static readonly byte BYTES_PER_ELEMENT
Fieldová hodnota
Properties
Toto[int]
Získať alebo nastaviť System.SByte na špecifikovanom indexe.
public override sbyte this[int index] { get; set; }