asDoubleArray method

Iterable<double> asDoubleArray()

Extracts the 64 bit floating point numbers inside this array. Only works if signature is 'ad'.

Implementation

Iterable<double> asDoubleArray() => (this as DBusArray).mapDouble();