number of columns in a matrix
This function returns the number of columns in a matrix.
M := Mat([[1,2,3], [4,5,6]]); NumCols(M); 3 -------------------------------
NumCols(M):INT
Mat
NumRows
<type>matrix</type>