|  | PolynomialLeastSquaresLeastSquaresSolution Property | 
            Gets the least squares object used to compute the coefficients.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleLeastSquares LeastSquaresSolution { get; }Public ReadOnly Property LeastSquaresSolution As DoubleLeastSquares
	Get
public:
property DoubleLeastSquares^ LeastSquaresSolution {
	DoubleLeastSquares^ get ();
}member LeastSquaresSolution : DoubleLeastSquares with get
Property Value
DoubleLeastSquares See Also
See Also