ILanerResultsBoxCoefficients.Value

Syntax

Value(TermIndex: Integer; ColumnIndex: Integer): Variant;

Parameters

TermIndex. Coefficient index.

ColumnIndex. Index of the column containing coefficient value.

Description

The Value property returns value of a specified coefficient.

Comments

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

Example

The property use is given in the example for ILanerResultsBoxResults.Coefficients.

See also:

ILanerResultsBoxCoefficients