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