ILNumerics.Net
CreateReferenceSubarrayFromArraySequentialShifted Method (indices, shift)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILArray<(Of <(BaseT>)>)CreateReferenceSubarrayFromArraySequentialShifted(ILArray<(Of <(Double>)>), Int32)
ILNumerics.Net - numeric computing for .NET
create reference from sequential indices and shift dimensions
Declaration Syntax
C#Visual BasicVisual C++
private ILArray<BaseT> CreateReferenceSubarrayFromArraySequentialShifted(
	ILArray<double> indices,
	int shift
)
Private Function CreateReferenceSubarrayFromArraySequentialShifted ( _
	indices As ILArray(Of Double), _
	shift As Integer _
) As ILArray(Of BaseT)
private:
ILArray<BaseT>^ CreateReferenceSubarrayFromArraySequentialShifted(
	ILArray<double>^ indices, 
	int shift
)
Parameters
indices (ILArray<(Of <(Double>)>))
array of vector size
shift (Int32)
number of dimensions to shift the result
Return Value
Referencing ILArray vector pointing to this ILArray's elements
Remarks
Make sure indices is vector have not more than 2 dimensions and all values in indices fit inside my array! Only the first 2 dimensions will be recognized! No Exception will be thrown!

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