ILNumerics.Net
ILLogicalArray Constructor (A, numberNonZero)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILLogicalArrayILLogicalArray(ILArray<(Of <(Byte>)>), Int32)
ILNumerics.Net - numeric computing for .NET
Constructor creating ILLogicalArray from ILArray<byte>
Declaration Syntax
C#Visual BasicVisual C++
public ILLogicalArray(
	ILArray<byte> A,
	int numberNonZero
)
Public Sub New ( _
	A As ILArray(Of Byte), _
	numberNonZero As Integer _
)
public:
ILLogicalArray(
	ILArray<unsigned char>^ A, 
	int numberNonZero
)
Parameters
A (ILArray<(Of <(Byte>)>))
input array, the storage of this ILArray will directly be used for storage of the new ILLogicalArray
numberNonZero (Int32)
number of nonzero elements in A. Must be positive or 0.
Remarks
Providing this parameter prevents the constructor from having to count the 'true' elements in A.

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