The coeffients of this row as a dense array.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual double[] Coefficients { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Coefficients As Double()
Visual C++
public:
virtual property array<double>^ Coefficients {
	array<double>^ get ();
}

Field Value

A double[] containing the coefficients of this row.

See Also