Coefficients

Namespace:  Hyleos.Mathematic.Regression
Assembly:  Hyleos.Mathematic (in Hyleos.Mathematic.dll) Version: 1.0.1.1 (1.0.1.1)

Syntax

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

See Also