NumericColumn constructor

NumericColumn(
  1. Iterable<num> xs
)

Implementation

NumericColumn(Iterable<num> xs) : super(xs.toList());