|  | PolynomialLeastSquaresDegree Property | 
            Gets the degree of the fitted polynomial.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic int Degree { get; }Public ReadOnly Property Degree As Integer
	Get
public:
property int Degree {
	int get ();
}member Degree : int with get
Property Value
Int32 See Also
See Also