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