Int8Array.Int8Array

Int8Array(int)

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

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

関連項目


Int8Array(sbyte[])

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

public Int8Array(sbyte[] data)
パラメータタイプ説明
dataSByte[]配列データ。

関連項目


Int8Array(ArrayBuffer)

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

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

関連項目


Int8Array(ArrayBuffer, int)

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

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

関連項目


Int8Array(ArrayBuffer, int, int)

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

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

関連項目