ILNumerics.Net
CreatePhysicalSubarrayFromPhysicalSequential Method (indices)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILArray<(Of <(BaseT>)>)CreatePhysicalSubarrayFromPhysicalSequential(ILArray<(Of <(Double>)>))
ILNumerics.Net - numeric computing for .NET
create physical copy from this physical array
Declaration Syntax
C#Visual BasicVisual C++
private ILArray<BaseT> CreatePhysicalSubarrayFromPhysicalSequential(
	ILArray<double> indices
)
Private Function CreatePhysicalSubarrayFromPhysicalSequential ( _
	indices As ILArray(Of Double) _
) As ILArray(Of BaseT)
private:
ILArray<BaseT>^ CreatePhysicalSubarrayFromPhysicalSequential(
	ILArray<double>^ indices
)
Parameters
indices (ILArray<(Of <(Double>)>))
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)