Пример #1
0
 /// <inheritdoc />
 public TOther GetValue <TOther>(params long[] indices)
 {
     return(Data.GetValueAs <TOther>(NDArrayUtils.GetFlatIndex(Shape, Strides, indices)));
 }