Table of Contents

Class BigUint64Array

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

Constructors

BigUint64Array()

public BigUint64Array()

BigUint64Array(ArrayBuffer, int, int)

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

Parameters

buffer ArrayBuffer
byteOffset int
length int

BigUint64Array(Object)

public BigUint64Array(Object object_)

Parameters

object_ Object

BigUint64Array(int)

public BigUint64Array(int length)

Parameters

length int

Fields

BYTES_PER_ELEMENT

public static int BYTES_PER_ELEMENT

Field Value

int