Class NativeFloat32Array

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

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