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

Declaration Syntax
private ILArray<BaseT> CreatePhysicalSubarrayFromPhysicalSequentialShifted(
ILArray<char> indices,
int shift
)
Private Function CreatePhysicalSubarrayFromPhysicalSequentialShifted ( _
indices As ILArray(Of Char), _
shift As Integer _
) As ILArray(Of BaseT)

Parameters
- indices (ILArray<(Of <(Char>)>))
- 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)