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

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