ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
New scalar logical. True if a test for non-zero succeeded for any element of A. False otherwise.
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
Parameters
- A
- Type: ILNumericsBaseArraycomplex
Input array.
Return Value
Type: RetLogicalNew 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