Class Uint32Array
名称: Aspose.Html セットアップ: Aspose.HTML.dll (25.4.0)
プラットフォームビートの順序で32ビット未署名のインテーガーの2つの追加の範囲を表しています。
[DOMObject]
[DOMName("Uint32Array")]
[ComVisible(true)]
public class Uint32Array : TypedArray<uint>, INotifyPropertyChanged
Inheritance
object
←
DOMObject
←
TypedArray
←
TypedArray
Implements
相続人
TypedArray
Constructors
Uint32Array(インタ)
Aspose.Html.Uint32Array クラスの新しい例を開始します。
public Uint32Array(int length)
Parameters
length
int
長さ(元素数)
Uint32Array(ウィン[])
Aspose.Html.Uint32Array クラスの新しい例を開始します。
public Uint32Array(uint[] data)
Parameters
data
uint
( )
アレースデータです。
Uint32Array(ArrayBuffer)
Aspose.Html.Uint32Array クラスの新しい例を開始します。
public Uint32Array(ArrayBuffer buffer)
Parameters
buffer
ArrayBuffer
データバッファー
Uint32Array(アーレイバッファー)
Aspose.Html.Uint32Array クラスの新しい例を開始します。
public Uint32Array(ArrayBuffer buffer, int byteOffset)
Parameters
buffer
ArrayBuffer
データバッファー
byteOffset
int
バイトが割り当てる。
Uint32Array(アーレイバッファー、 int、 int)
Aspose.Html.Uint32Array クラスの新しい例を開始します。
public Uint32Array(ArrayBuffer buffer, int byteOffset, int length)
Parameters
buffer
ArrayBuffer
データバッファー
byteOffset
int
バイトが割り当てる。
length
int
長さです。
Fields
BYTES_PER_ELEMENT
財産は、印刷順の各要素のバイトサイズを表します。
[DOMName("BYTES_PER_ELEMENT")]
public static readonly byte BYTES_PER_ELEMENT
フィールド価値
Properties
この[インタ]
指定インデックスに System.UInt32 を入力または設定します。
public override uint this[int index] { get; set; }