determine, if any elements are nonzero
| C# | Visual Basic | Visual C++ |
public static ILLogicalArray any( ILArray<uint> A )
Public Shared Function any ( _ A As ILArray(Of UInteger) _ ) As ILLogicalArray
public: static ILLogicalArray^ any( ILArray<unsigned int>^ A )
array of same size as A, having the first non singleton dimension reduced to 1, if any elements along that dimension are nonzero, '0' else.