DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
Deprecated Functions
CopyToArrayRow
See also:
Copy1Dto2DArray
Index
Statistical Background
CopyToArrayRow
Declaration:
CopyToArrayRow
(SrcVec:
TDoubleArray
; FirstElem, LastELem, CellCol, CellRow: integer; var DstArr:
TDouble2DArray
): integer;
Warning:
This function is deprecated and should not be used for new applications. Use
Copy1Dto2DArray
instead.