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
CopyArrayColumn
See also:
Copy2DColTo1DArray
Index
Statistical Background
CopyArrayColumn
Declaration:
CopyArrayColumn
(SrcArr:
TDouble2DArray
; Col, RowLo, RowHi: integer; var DstArr:
TDoubleArray
): integer;
Warning:
This function is deprecated and should not be used for new applications. Use
Copy2DColTo1DArray
instead.