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....



RemoveColumn


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

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



Last Update: 2023-Feb-06