Table of Contents

Class Uint16Array

Namespace
CSharpToJavaScript.APIs.JS.Ecma
Assembly
CSharpToJavaScript.dll
[To("Default")]
public class Uint16Array : TypedArray<Uint16Array>
Inheritance
Uint16Array
Inherited Members

Constructors

Uint16Array()

public Uint16Array()

Uint16Array(ArrayBuffer, int, int)

public Uint16Array(ArrayBuffer buffer, int byteOffset = 0, int length = 0)

Parameters

buffer ArrayBuffer
byteOffset int
length int

Uint16Array(Object)

public Uint16Array(Object object_)

Parameters

object_ Object

Uint16Array(int)

public Uint16Array(int length)

Parameters

length int

Fields

BYTES_PER_ELEMENT

public static int BYTES_PER_ELEMENT

Field Value

int