DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


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.