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

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILArray<(Of <(BaseT>)>)ILArray<(Of <(BaseT>)>)(array<Int32>[]()[])
ILNumerics.Net - numeric computing for .NET
Create ILArray of type object and given name and size
Declaration Syntax
C#Visual BasicVisual C++
public ILArray(
	params int[] size
)
Public Sub New ( _
	ParamArray size As Integer() _
)
public:
ILArray(
	... array<int>^ size
)
Parameters
size (array< Int32 >[]()[])
Variable length int array specifying the number and size of dimensions to be created.
Remarks
The size parameter may not be null or an empty array! An Exception will be thrown in this case. The dimensions will be trimmed before processing (removing non singleton dimensions from the end). Depending on the requested size an ILArray of the specified dimension will be created.

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