Table of Contents

Class Uint32Array

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

Constructors

Uint32Array()

public Uint32Array()

Uint32Array(ArrayBuffer, int, int)

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

Parameters

buffer ArrayBuffer
byteOffset int
length int

Uint32Array(Object)

public Uint32Array(Object object_)

Parameters

object_ Object

Uint32Array(int)

public Uint32Array(int length)

Parameters

length int

Fields

BYTES_PER_ELEMENT

public static int BYTES_PER_ELEMENT

Field Value

int