The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



SaveBinary


Unit: SDL_matrix
Class: TMatrix, TIntMatrix, TMat3D
Declaration: procedure 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 SaveBinaryArray.

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


Last Update: 2023-Feb-06