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



CopyArr3DLayerToMatrix


Unit: SDL_matrix
Class: none
Declaration: procedure CopyArr3DLayerToMatrix (SourceArray: TDouble3DArray; DestMat: TMatrix; LowCol, HighCol, LowRow, HighRow, Layer: integer);

The procedure CopyArr3DLayerToMatrix copies the data of the layer Layer of the three-dimensional array SourceArray to the two-dimensional matrix DestMat. The range of the data to be copied has to be specified in the parameters LowCol, HighCol, LowRow and HighRow. The size of the destination array is automatically adjusted to fit the copied data.



Last Update: 2023-Feb-06