determine, if all elements are nonzero
| C# | Visual Basic | Visual C++ |
public static ILLogicalArray all( ILArray<int> A, int leadDim )
Public Shared Function all ( _ A As ILArray(Of Integer), _ leadDim As Integer _ ) As ILLogicalArray
public: static ILLogicalArray^ all( ILArray<int>^ A, int leadDim )
array of same size as A, having 'leadDim's dimension reduced to 1, if all elements along that dimension are nonzero, '0' else.