ILNumerics.Net
CreatePhysicalSubarrayFromReferenceSequential Method (indices)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILArray<(Of <(BaseT>)>)CreatePhysicalSubarrayFromReferenceSequential(ILArray<(Of <(Int64>)>))
ILNumerics.Net - numeric computing for .NET
create physical subarray from this referencing array
Declaration Syntax
C#Visual BasicVisual C++
private ILArray<BaseT> CreatePhysicalSubarrayFromReferenceSequential(
	ILArray<long> indices
)
Private Function CreatePhysicalSubarrayFromReferenceSequential ( _
	indices As ILArray(Of Long) _
) As ILArray(Of BaseT)
private:
ILArray<BaseT>^ CreatePhysicalSubarrayFromReferenceSequential(
	ILArray<long long>^ indices
)
Parameters
indices (ILArray<(Of <(Int64>)>))
sequential indices. may be of any size
Return Value
physical copy of elements addressed by indices.shape of indices

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