MPSReaderGetRowCoefficients Method |
Returns the coefficients of a row.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] GetRowCoefficients(
int iRow
)
Public Overridable Function GetRowCoefficients (
iRow As Integer
) As Double()
public:
virtual array<double>^ GetRowCoefficients(
int iRow
)
abstract GetRowCoefficients :
iRow : int -> float[]
override GetRowCoefficients :
iRow : int -> float[]
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