Click or drag to resize
MPSReaderGetRowCoefficients Method
Returns the coefficients of a row.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double[] GetRowCoefficients(
	int iRow
)

Parameters

iRow
Type: SystemInt32
An int specifying the number of the row that is to be returned.

Return Value

Type: Double
A double[] containing the coefficients associated with the indicated row number, iRow.
See Also