Beispiel #1
0
 public Series(NdArray values)
 {
     DType  = DType.Of <T>();
     Values = values;
 }