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



CopyTimeSlotToMat3D


Unit: SDL_matrix
Class: TMat4D
Declaration: procedure CopyTimeSlotToMat3D (DestMat: TMat3D; LowCol, HighCol, LowRow, HighRow, LowLay, HighLay, TimeSlot: integer);

The method CopyTimeSlotToMat3D copies the data contained in time slot TimeSlot into the 3D matrix DestMat.

The range of the data to be copied has to be specified in the parameters LowCol, HighCol, LowRow, HighRow, LowLay, and HighLay. DestMat is automatically resized to fit the specified parameters.

The parameter TimeSlot has to be within the valid range (i.e. between 1 and NrOfTimeSlots), otherwise an exception is raised.



Last Update: 2023-Feb-06