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



TransposeArray


Unit:SDL_openarrays
Class: none
Declaration: [1] function TransposeArray (var Arr: TBool2DArray): integer;
[2] function TransposeArray (var Arr: TInt2DArray): integer;
[3] function TransposeArray (var Arr: TDouble2DArray): integer;

The function TransposeArray transposes the two dimensional array Arr.

The function returns the following error codes:

 0 ... everything is OK
-1 ... Arr has size zero


Last Update: 2023-Feb-06