ILNumerics.Net
CreatePhysicalSubarrayFromPhysicalSequentialShifted Method (indices, shift)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILArray<(Of <(BaseT>)>)CreatePhysicalSubarrayFromPhysicalSequentialShifted(ILArray<(Of <(complex>)>), Int32)
ILNumerics.Net - numeric computing for .NET
create physical copy from this physical array and shift dimensions
Declaration Syntax
C#Visual BasicVisual C++
private ILArray<BaseT> CreatePhysicalSubarrayFromPhysicalSequentialShifted(
	ILArray<complex> indices,
	int shift
)
Private Function CreatePhysicalSubarrayFromPhysicalSequentialShifted ( _
	indices As ILArray(Of complex), _
	shift As Integer _
) As ILArray(Of BaseT)
private:
ILArray<BaseT>^ CreatePhysicalSubarrayFromPhysicalSequentialShifted(
	ILArray<complex>^ indices, 
	int shift
)
Parameters
indices (ILArray<(Of <(complex>)>))
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)