float32Array top-level property

Float32ArrayConstructor get float32Array

A typed array of 32-bit float values. The contents are initialized to 0. If the requested number of bytes could not be allocated an exception is raised.

Implementation

_i3.Float32ArrayConstructor get float32Array => _i6.getProperty(
      _self,
      'Float32Array',
    );