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 CloneAndReverseArray | |||||||
See also: CloneArray (OpenArrays) | |||||||
CloneAndReverseArray |
|||||||
The function CloneAndReverseArray copies the contents of the source matrix Src to the destination matrix Dst and reverses the order of the array elements. The destination matrix is automatically resized to the size of the source matrix. Please note that the versions [4] and [5] are made for the conversion between double precision arrays and integer arrays. The copied values of version [5] are rounded to the nearest integer, values exceeding the valid range of integer numbers (interval [MaxInt,-MaxInt-1]) are confined to these limits. The function returns the following error codes: 0 ... everything is OK |