ILNumerics.Net
ILArray<(Of <(BaseT>)>) Constructor (storage, idxOffset)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILArray<(Of <(BaseT>)>)ILArray<(Of <(BaseT>)>)(ILArray<(Of <(BaseT>)>), ILIndexOffset)
ILNumerics.Net - numeric computing for .NET
Constructor creating referencing ILArray object from ILIndexOffset object and source storage.
Declaration Syntax
C#Visual BasicVisual C++
private ILArray(
	ILArray<BaseT> storage,
	ILIndexOffset idxOffset
)
Private Sub New ( _
	storage As ILArray(Of BaseT), _
	idxOffset As ILIndexOffset _
)
private:
ILArray(
	ILArray<BaseT>^ storage, 
	ILIndexOffset^ idxOffset
)
Parameters
storage (ILArray<(Of <(BaseT>)>))
ILArray as source for the reference storage. Holds the physical data or the source for the reference (i.e. existing storage).
idxOffset (ILIndexOffset)
ILIndexOffset object holding indices with destination index for each dimension or null for referencing full storage.
Remarks
Any dimensions shifts must be implicitly be reflected by the idxOffset parameter. The dimensions of the resulting reference storage will directly be derived from the idxOffset parameter (if it is not null !).

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