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



CopyArr3DLayerToArr2D


Unit: SDL_matrix
Class: none
Declaration: procedure CopyArr3DLayerToArr2D (SourceArray: TDouble3DArray; var DestArray: TDouble2DArray; LowCol, HighCol, LowRow, HighRow, Layer: integer);

The procedure CopyArr3DLayerToArr2D copies the data of the layer Layer of the three-dimensional array SourceArray to the two-dimensional array DestArray. 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