ILNumerics.Net
ILLogicalArray Constructor (size)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILLogicalArrayILLogicalArray(array<Int32>[]()[])
ILNumerics.Net - numeric computing for .NET
constructor - create ILLogicalArray of type
CopyC#
Byte
of specified size
Declaration Syntax
C#Visual BasicVisual C++
public ILLogicalArray(
	params int[] size
)
Public Sub New ( _
	ParamArray size As Integer() _
)
public:
ILLogicalArray(
	... 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 trailing non singleton dimensions). Depending on the requested size an ILArray < byte > of the specified dimensions will be created. The type of storage will be
CopyC#
bool
.

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