MatrixObject.MatrixAllNonZero

This function returns 1 if all elements of Matrix are not 0, else returns 0.

Syntax Parameters Return Value
Function MatrixObject.MatrixAllNonZero( _
    Matrix As Double()) As Integer
Matrix [in]

Type: Double()

Integer