ILNumerics.Net
ILLogicalArray Constructor (A)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILLogicalArrayILLogicalArray(ILArray<(Of <(Byte>)>))
ILNumerics.Net - numeric computing for .NET
Constructor creating ILLogicalArray from ILArray<byte>
Declaration Syntax
C#Visual BasicVisual C++
public ILLogicalArray(
	ILArray<byte> A
)
Public Sub New ( _
	A As ILArray(Of Byte) _
)
public:
ILLogicalArray(
	ILArray<unsigned char>^ A
)
Parameters
A (ILArray<(Of <(Byte>)>))
input array, the storage of this ILArray will directly be used for storage of the new ILLogicalArray

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