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_openarrays
Class: none
Declaration: [1] function RemoveColumn (var Mat: TDouble2DArray; col: integer): boolean;
[2] function RemoveColumn (var Mat: TInt2DArray; col: integer): boolean;

The function RemoveColumn deletes the column col of the array Mat. The parameter col may take any value between 0 and length(Mat)-1. The size of the array 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