ILNumerics.Net
and Method (A, B)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumerics.BuiltInFunctionsILMathand(ILArray<(Of <(fcomplex>)>), ILArray<(Of <(fcomplex>)>))
ILNumerics.Net - numeric computing for .NET
elementwise logical 'and' operator
Declaration Syntax
C#Visual BasicVisual C++
public static ILLogicalArray and(
	ILArray<fcomplex> A,
	ILArray<fcomplex> B
)
Public Shared Function and ( _
	A As ILArray(Of fcomplex), _
	B As ILArray(Of fcomplex) _
) As ILLogicalArray
public:
static ILLogicalArray^ and(
	ILArray<fcomplex>^ A, 
	ILArray<fcomplex>^ B
)
Parameters
A (ILArray<(Of <(fcomplex>)>))
input array A
B (ILArray<(Of <(fcomplex>)>))
input array B
Return Value
logical array of same size as A and B, elements with result of logical 'and'.
Remarks
A and B must have the same size or either one may be scalar. If one of A or B is empty, an empty array of the same inner element type is returned.

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