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



SerializeArray


Unit:SDL_openarrays
Class: none
Declaration: [1] procedure SerializeArray (Src: TDouble2DArray; RowWise: boolean; var Dst: TDoubleArray);
[2] procedure SerializeArray (Src: TInt2DArray; RowWise: boolean; var Dst: TIntArray);

The method SerializeArray serializes the array Src either rowwise (if parameter RowWise is TRUE) or columnwise (if parameter RowWise is FALSE) and writes the result into the vector Dst. The size of Dst is automatically adjusted.



Last Update: 2023-Feb-06