Class Int32Array

Class Int32Array

Pôvodný názov: Aspose.Html Zhromaždenie: Aspose.HTML.dll (25.4.0)

Predstavuje rad dvojstupňových 32-bitových podpísaných integrátorov v byte objednávky platformy.

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

Inheritance

object DOMObject TypedArray TypedArray Int32Array

Implements

INotifyPropertyChanged

Z dedičných členov

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

Constructors

Int32Array(int)

Initalizuje nový príklad triedy Aspose.Html.Int32Array.

public Int32Array(int length)

Parameters

length int

dĺžku (počet prvkov)

Int32Array(int[])

Initalizuje nový príklad triedy Aspose.Html.Int32Array.

public Int32Array(int[] data)

Parameters

data int []

Údaje o aréne.

Int32Array(ArrayBuffer)

Initalizuje nový príklad triedy Aspose.Html.Int32Array.

public Int32Array(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

Údaje sú buffer.

Int32Array(Zľavy, int)

Initalizuje nový príklad triedy Aspose.Html.Int32Array.

public Int32Array(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

Údaje sú buffer.

byteOffset int

Byte sa oplatí.

Int32Array(Zariadenie, int, int)

Initalizuje nový príklad triedy Aspose.Html.Int32Array.

public Int32Array(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

byte

Properties

Toto[int]

Získať alebo nastaviť System.Int32 na špecifikovanom indexe.

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

Hodnota nehnuteľnosti

int

 Slovenčina