float64Array top-level property

Float64ArrayConstructor get float64Array

A typed array of 64-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.Float64ArrayConstructor get float64Array => _i6.getProperty(
      _self,
      'Float64Array',
    );