ILNumerics.Net
CreatePhysicalSubarrayFromReferenceSequentialShifted Method (indices, shift)

ILNumerics.Net - numeric computing and plotting for .NET

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

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)