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



FillSerial


Unit:SDL_matrix
Class: TMatrix, TIntMatrix, TMat3D
Declaration: procedure FillSerial (Offset, Diff: double); { class TMatrix, and TMat3D }
procedure FillSerial (Offset, Diff: integer); { class TIntMatrix }

The method FillSerial fills the matrix so that each cell holds a unique value, starting with Offset at the first cell and incremented by Diff for each subsequent cell. Two-dimensional arrays are filled columnwise, three-dimenional arrays are columnwise and layerwise.



Last Update: 2023-Feb-10