DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
2-Dimensional Arrays
TMatrix
Methods
DuplicateDataAsArray
See also:
CopyTo2DArray
Index
Statistical Background
DuplicateDataAsArray (Matrix)
Declaration:
TMatrix
.
DuplicateDataAsArray
(var Dest:
TDouble2DArray
): integer;
The method
DuplicateDataAsArray
resizes the two-dimensional array
Dest
to match the matrix and copies the numeric data to the array.
The function returns always zero as return code.