determine, if all elements are nonzero
| C# | Visual Basic | Visual C++ |
public static ILLogicalArray all( ILArray<short> A )
Public Shared Function all ( _ A As ILArray(Of Short) _ ) As ILLogicalArray
public: static ILLogicalArray^ all( ILArray<short>^ 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.