The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



RemoveRow


Unit:SDL_matrix
Class: TMatrix, TIntMatrix
Declaration: function RemoveRow (row: integer): boolean; { class TMatrix }
function RemoveRow (row: integer): boolean; { class TIntMatrix }

The method RemoveRow deletes the row row of the matrix. The parameter row may take any value between 1 and NrOfRows. The size of the table is decreased by one row. The function returns a TRUE value if the indicated row has been removed, otherwise a FALSE value is returned.



Last Update: 2023-Feb-06