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.... |
Home MathPack OpenArrays Procedures and Functions Copy2DColTo1DArray | |||||||
See also: Copy2DRowTo1DArray, CopyArrayColumn | |||||||
Copy2DColTo1DArray |
|||||||
The function Copy2DColTo1DArray copies the contents of the column Col of the two-dimensional source array Src to the one-dimensional destination array Dest. All rows of the column Col from given indices FirstRow to LastRow will be copied to cell DestElem and the subsequent ones. Indices are 0-based. Setting both parameters FirstRow and LastRow to zero values defaults to the entire column. The function returns the following error codes: 0 ... everything is OK
|