Class Uint16Array
- Namespace
- CSharpToJavaScript.APIs.JS.Ecma
- Assembly
- CSharpToJavaScript.dll
[To("Default")]
public class Uint16Array : TypedArray<Uint16Array>
- Inheritance
-
Uint16Array
- Inherited Members
Constructors
Uint16Array()
public Uint16Array()
Uint16Array(ArrayBuffer, int, int)
public Uint16Array(ArrayBuffer buffer, int byteOffset = 0, int length = 0)
Parameters
bufferArrayBufferbyteOffsetintlengthint
Uint16Array(Object)
public Uint16Array(Object object_)
Parameters
object_Object
Uint16Array(int)
public Uint16Array(int length)
Parameters
lengthint
Fields
BYTES_PER_ELEMENT
public static int BYTES_PER_ELEMENT