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