SaveMatrixBin

Declaration: SaveMatrixBin(FName: string; Data: TDouble2DArray; DataID: string): integer;
The procedure SaveMatrixBin stores the array Data in the binary file specified by the parameter FName. The parameter DataID may contain any single-line user-defined identifier which is stored with the data.

The function always returns zero.

Hint: Please note that the functions LoadMatrixBin and SaveMatrixBin are highly optimized and should be routinely used for storing arrays. The other options for storing arrays on disk (SaveMatrixAsASC, StoreMatrix and LoadMatrix) should be used for special purposes only.