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