Uint16Array.Uint16Array

Uint16Array(int)

の新しいインスタンスを初期化しますUint16Array class.

public Uint16Array(int length)
パラメータタイプ説明
lengthInt32長さ (要素の数)。

関連項目


Uint16Array(ushort[])

の新しいインスタンスを初期化しますUint16Array class.

public Uint16Array(ushort[] data)
パラメータタイプ説明
dataUInt16[]配列データ。

関連項目


Uint16Array(ArrayBuffer)

の新しいインスタンスを初期化しますUint16Array class.

public Uint16Array(ArrayBuffer buffer)
パラメータタイプ説明
bufferArrayBufferデータ バッファー。

関連項目


Uint16Array(ArrayBuffer, int)

の新しいインスタンスを初期化しますUint16Array class.

public Uint16Array(ArrayBuffer buffer, int byteOffset)
パラメータタイプ説明
bufferArrayBufferデータ バッファー。
byteOffsetInt32バイトオフセット。

関連項目


Uint16Array(ArrayBuffer, int, int)

の新しいインスタンスを初期化しますUint16Array class.

public Uint16Array(ArrayBuffer buffer, int byteOffset, int length)
パラメータタイプ説明
bufferArrayBufferデータ バッファー。
byteOffsetInt32バイトオフセット。
lengthInt32長さ。

関連項目