|  | GlobalCurveFitAnovaTotalDegreesOfFreedom Property | 
            Gets the total degrees of freedom. This is the sum of the model 
            degrees of freedom and the error degrees of freedom.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic int TotalDegreesOfFreedom { get; }Public ReadOnly Property TotalDegreesOfFreedom As Integer
	Get
public:
property int TotalDegreesOfFreedom {
	int get ();
}member TotalDegreesOfFreedom : int with get
Property Value
Int32 See Also
See Also