Table of Contents

Class BigInt64Array

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

Constructors

BigInt64Array()

public BigInt64Array()

BigInt64Array(ArrayBuffer, int, int)

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

Parameters

buffer ArrayBuffer
byteOffset int
length int

BigInt64Array(Object)

public BigInt64Array(Object object_)

Parameters

object_ Object

BigInt64Array(int)

public BigInt64Array(int length)

Parameters

length int

Fields

BYTES_PER_ELEMENT

public static int BYTES_PER_ELEMENT

Field Value

int