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
bufferArrayBufferbyteOffsetintlengthint
BigInt64Array(Object)
public BigInt64Array(Object object_)
Parameters
object_Object
BigInt64Array(int)
public BigInt64Array(int length)
Parameters
lengthint
Fields
BYTES_PER_ELEMENT
public static int BYTES_PER_ELEMENT