Class Uint16Array
名称: Aspose.Html セットアップ: Aspose.HTML.dll (25.4.0)
プラットフォームビートの順序で2つの追加16ビット未署名インテガーの範囲を表しています。
[DOMName("Uint16Array")]
[DOMObject]
[ComVisible(true)]
public class Uint16Array : TypedArray<ushort>, INotifyPropertyChanged
Inheritance
object
←
DOMObject
←
TypedArray
←
TypedArray
Implements
相続人
TypedArray
Constructors
Uint16Array(インタ)
Aspose.Html.Uint16Array クラスの新しい例を開始します。
public Uint16Array(int length)
Parameters
length
int
長さ(元素数)
Uint16Array(ウシュート[])
Aspose.Html.Uint16Array クラスの新しい例を開始します。
public Uint16Array(ushort[] data)
Parameters
data
ushort
( )
アレースデータです。
Uint16Array(ArrayBuffer)
Aspose.Html.Uint16Array クラスの新しい例を開始します。
public Uint16Array(ArrayBuffer buffer)
Parameters
buffer
ArrayBuffer
データバッファー
Uint16Array(アーレイバッファー)
Aspose.Html.Uint16Array クラスの新しい例を開始します。
public Uint16Array(ArrayBuffer buffer, int byteOffset)
Parameters
buffer
ArrayBuffer
データバッファー
byteOffset
int
バイトが割り当てる。
Uint16Array(アーレイバッファー、 int、 int)
Aspose.Html.Uint16Array クラスの新しい例を開始します。
public Uint16Array(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.UInt16 を入力または設定します。
public override ushort this[int index] { get; set; }