Click or drag to resize
MPSReaderRowCoefficients Property
The coeffients of this row as a dense array.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double[] Coefficients { get; }

Property Value

Type: Double
A double[] containing the coefficients of this row.
See Also