ILNumerics.Net
any Method (A, leadDim)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumerics.BuiltInFunctionsILMathany(ILArray<(Of <(UInt64>)>), Int32)
ILNumerics.Net - numeric computing for .NET
determine, if any elements are nonzero
Declaration Syntax
C#Visual BasicVisual C++
public static ILLogicalArray any(
	ILArray<ulong> A,
	int leadDim
)
Public Shared Function any ( _
	A As ILArray(Of ULong), _
	leadDim As Integer _
) As ILLogicalArray
public:
static ILLogicalArray^ any(
	ILArray<unsigned long long>^ A, 
	int leadDim
)
Parameters
A (ILArray<(Of <(UInt64>)>))
N-dimensional array
leadDim (Int32)
index of dimension to operate along
Return Value

array of same size as A, having the 'leadDim's dimension reduced to 1, if any elements along that dimension are non-zero, '0' else.

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