ILNumerics.Net
and Method (A, B)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumerics.BuiltInFunctionsILMathand(ILArray<(Of <(UInt64>)>), ILArray<(Of <(UInt64>)>))
ILNumerics.Net - numeric computing for .NET
elementwise logical 'and' operator
Declaration Syntax
C#Visual BasicVisual C++
public static ILLogicalArray and(
	ILArray<ulong> A,
	ILArray<ulong> B
)
Public Shared Function and ( _
	A As ILArray(Of ULong), _
	B As ILArray(Of ULong) _
) As ILLogicalArray
Parameters
A (ILArray<(Of <(UInt64>)>))
input array A
B (ILArray<(Of <(UInt64>)>))
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)