XLL+ Class Library

matrix<T>::cols

Returns the number of columns

[C++]
size_t cols() const;

Return value

This function returns the number of columns in the matrix.

Requirements

Header: matrix.h

See Also

matrix<T> Class | matrix<T> Methods