ILNumerics.Net
CreateReference Method

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILBaseArrayCreateReference()()()
ILNumerics.Net - numeric computing for .NET
Create referencing copy of this array
Declaration Syntax
C#Visual BasicVisual C++
public abstract ILBaseArray CreateReference()
Public MustOverride Function CreateReference As ILBaseArray
public:
virtual ILBaseArray^ CreateReference() abstract
Return Value
Reference of this ILArray
Remarks
This function is mainly needed for ILCell. Elements of ILCells given back must be detached from their originals in order not to overwrite them on write access. Since ILCell may store any types of arrays (ILBaseArray's) and the actual type is not known, ILBaseArrays must be capable of creating a copy of themself. For generic ILArray's this is done in the CreateReference()()() class.

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