Пример #1
0
 public void NDArrayDouble1AssignArray()
 {
     //unchecked
     NDDouble1.Array = (ArraySlice <double>)ACopy1.Clone(); // Is this implemented correctly, should it be cloned by the storage ?
 }