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


SaveBinary

Declaration: TMatrix.SaveBinary (FName: string);
The method SaveBinary stores the entire matrix in binary format in the file FName.

Hint 1: The binary data format used by this routine is compatible with the binary data format used by SaveMatrixBin.

Hint 2: The method SaveBinary triggers the OnPercentDone event to allow to implement a progress indicator when working with large files.