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



CopyTrueFromMatrix


Unit: SDL_statis
Class: TCFEvaluator
Declaration: function CopyTrueFromMatrix (Col: integer; SrcMat: TMatrix): integer;

The method CopyTrueFromMatrix copies all values in the column Col of the matrix SrcMat into the array of actual (true) values of the evaluator (property TrueData). The internal array of actual values is automatically resized to the number of rows of the SrcMat matrix. The function returns the following error codes:
 0 ... everything is OK
-1 ... the Col parameter was out of range
-2 ... the loaded data values are not dichotomous



Last Update: 2023-Dec-08