ILNumerics.Net - numeric computing for .NET
create physical copy from this physical array and shift dimensions

Declaration Syntax
private ILArray<BaseT> CreatePhysicalSubarrayFromPhysicalSequentialShifted(
ILArray<short> indices,
int shift
)
Private Function CreatePhysicalSubarrayFromPhysicalSequentialShifted ( _
indices As ILArray(Of Short), _
shift As Integer _
) As ILArray(Of BaseT)
private:
ILArray<BaseT>^ CreatePhysicalSubarrayFromPhysicalSequentialShifted(
ILArray<short>^ indices,
int shift
)

Parameters
- indices (ILArray<(Of <(Int16>)>))
- sequential indices. may be of any size
- shift (Int32)
- number of dimensions to shift the result

Return Value
physical copy of elements addressed by indices.shape of shifted indices
Assembly:
ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)