derived_type& RemoveRowsMe | ( | size_type | iRowBegin = 0 | ) |
Removes the lowest rows of a matrix starting from a specified row.
iRowBegin | An inclusive index of the topmost row within a range of lowest rows to be removed from the matrix. |
The method is a wrap over the RemoveRowsMe(size_type iRowBegin, size_type iRowEnd) method.
Chusov::Exceptions::OutOfRangeException | The specified index is not within a set of valid row indices. |