ILNumerics.Net
ILArray<(Of <(BaseT>)>) Constructor (inp)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILArray<(Of <(BaseT>)>)ILArray<(Of <(BaseT>)>)(ILArray<(Of <(BaseT>)>))
ILNumerics.Net - numeric computing for .NET
'Copy' Constructor. Creates a new ILArray as exact copy of input array
Declaration Syntax
C#Visual BasicVisual C++
internal ILArray(
	ILArray<BaseT> inp
)
Friend Sub New ( _
	inp As ILArray(Of BaseT) _
)
internal:
ILArray(
	ILArray<BaseT>^ inp
)
Parameters
inp (ILArray<(Of <(BaseT>)>))
ILArray object to create a copy from
Remarks

The ILArray given will be copied and the reference counter will get increased. The resulting new ILArray will be an exact - but shallow - copy of inp. Use this constructor only for casting purposes! For copy/clone operations use the Subarray/CreateReference/Copy/Clone functions or the index access instead!

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