ILNumerics.Net
ILLogicalArray Constructor (data, dimension, nonZeroCount)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILLogicalArrayILLogicalArray(array<Byte>[]()[], ILDimension, Int32)
ILNumerics.Net - numeric computing for .NET
Constructor creating ILLogicalArray, predefined storage (fast version)
Declaration Syntax
C#Visual BasicVisual C++
public ILLogicalArray(
	byte[] data,
	ILDimension dimension,
	int nonZeroCount
)
Public Sub New ( _
	data As Byte(), _
	dimension As ILDimension, _
	nonZeroCount As Integer _
)
public:
ILLogicalArray(
	array<unsigned char>^ data, 
	ILDimension^ dimension, 
	int nonZeroCount
)
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.
nonZeroCount (Int32)
number of nonzero elements in data. Providing this parameter prevents from counting the 'true' elements (again).

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