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....



Precision


Unit:SDL_matrix
Class:TMatrix
Declaration:property Precision [Index: integer]: integer;

The property Precision determines the format of the matrix elements when stored by the method StoreOnFile. The format is specified by two parts: the width of the numeric field (Index = 1) and the number of decimal places (Index = 2). The precision defaults to [15,-1] which results in an exponential notation with a width of 15 characters.



Last Update: 2023-Feb-06