Value(TermIndex: Integer; ColumnIndex: Integer): Variant;
TermIndex. Coefficient index.
ColumnIndex. Index of the column containing coefficient value.
The Value property returns value of a specified coefficient.
Value of the TermIndex parameter should fall in the range [0, ILanerResultsBoxCoefficients.TermCount-1].
Value of the ColumnIndex parameter should be in the range [0, ILanerResultsBoxCoefficients.ColumnCount-1].
The property use is given in the example for ILanerResultsBoxResults.Coefficients.
See also: