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