ILNumerics.Net
ILLogicalArray Constructor (data, dimension)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILLogicalArrayILLogicalArray(array<Byte>[]()[], ILDimension)
ILNumerics.Net - numeric computing for .NET
Constructor creating ILLogicalArray, provide predefined storage
Declaration Syntax
C#Visual BasicVisual C++
public ILLogicalArray(
	byte[] data,
	ILDimension dimension
)
Public Sub New ( _
	data As Byte(), _
	dimension As ILDimension _
)
public:
ILLogicalArray(
	array<unsigned char>^ data, 
	ILDimension^ dimension
)
Parameters
data (array< Byte >[]()[])
predefined storage elements. The array will directly be used as underlying storage. No copy will be made!
dimension (ILDimension)
Dimensions specification.

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