XLL+ Class Library

matrix<T>::rows

Returns the number of rows

[C++]
size_t rows() const;

Return value

This function returns the number of rows in the matrix.

Requirements

Header: matrix.h

See Also

matrix<T> Class | matrix<T> Methods