readDoubleList abstract method

List<double> readDoubleList([
  1. int? length
])

Read a list of doubles with length.

If length is not provided, it is read first.

Implementation

List<double> readDoubleList([int? length]);