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