ILNumerics.Net
ILCell Constructor (data, size)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILCellILCell(array<ILBaseArray>[]()[], array<Int32>[]()[])
ILNumerics.Net - numeric computing for .NET
Create cell object with pre-created data in specified dimensions
Declaration Syntax
C#Visual BasicVisual C++
public ILCell(
	ILBaseArray[] data,
	params int[] size
)
Public Sub New ( _
	data As ILBaseArray(), _
	ParamArray size As Integer() _
)
public:
ILCell(
	array<ILBaseArray^>^ data, 
	... array<int>^ size
)
Parameters
data (array< ILBaseArray >[]()[])
size (array< Int32 >[]()[])
Remarks
object array data will directly be used for storage. No copy will be made. The size must match prod(size)

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