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