Class NativeFloat64Array

All Implemented Interfaces:
Serializable, Iterable<Double>, Collection<Double>, List<Double>, RandomAccess, SequencedCollection<Double>, ConstProperties, DebuggableObject, ExternalArrayData, Scriptable, SymbolScriptable

public class NativeFloat64Array extends NativeTypedArrayView<Double>
An array view that stores 64-bit quantities and implements the JavaScript "Float64Array" interface. It also implements List<Double> for direct manipulation in Java.
See Also: