create physical copy from this physical array and shift dimensions
| C# | Visual Basic | Visual C++ |
private ILArray<BaseT> CreatePhysicalSubarrayFromPhysicalSequentialShifted( ILArray<ulong> indices, int shift )
Private Function CreatePhysicalSubarrayFromPhysicalSequentialShifted ( _ indices As ILArray(Of ULong), _ shift As Integer _ ) As ILArray(Of BaseT)
private: ILArray<BaseT>^ CreatePhysicalSubarrayFromPhysicalSequentialShifted( ILArray<unsigned long long>^ indices, int shift )
physical copy of elements addressed by indices.shape of shifted indices