ILNumerics Ultimate VS

ILMathanyall Method (BaseArrayDouble)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Tests if any elements of A are non-zero.

[ILNumerics Computing Engine]

Namespace:  ILNumerics
Assembly:  ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static RetLogical anyall(
	BaseArray<double> A
)

Parameters

A
Type: ILNumericsBaseArrayDouble
Input array.

Return Value

Type: RetLogical
New scalar logical. True if a test for non-zero succeeded for any element of A. False otherwise.
Remarks

The operation is efficiently performed on all elements of the input array A.

The operation is performed in multiple threads, according to the current settings of MaxNumberThreads.

The input array A is not altered.

For floating point element types, 'not a number' (NaN) and other special floating point values (Inf) are considered non-zero.

[ILNumerics Computing Engine]

See Also

Reference