operator + abstract method
inherited
The concatenation of this list and other
.
If other is also a typed-data floating point number list,
the returned list will be a type-data float list capable of containing
all the elements of this list and of other
.
Otherwise the returned list will be a normal growable List<double>
.
Implementation
List<double> operator +(List<double> other);