ILNumerics.Net - numeric computing for .NET
Constructor creating ILLogicalArray from ILArray<byte>

Declaration Syntax

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)