MPSReaderRowCoefficients Property |
The coeffients of this row as a dense array.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double[] Coefficients { get; }
Public Overridable ReadOnly Property Coefficients As Double()
Get
public:
virtual property array<double>^ Coefficients {
array<double>^ get ();
}
abstract Coefficients : float[] with get
override Coefficients : float[] with get
Property Value
Type:
Double
A
double[] containing the coefficients of this row.
See Also