|  | ChiSquareDistributionDegreesOfFreedom Property | 
            Gets and sets the degrees of freedom of the distribution.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic double DegreesOfFreedom { get; set; }Public Property DegreesOfFreedom As Double
	Get
	Set
public:
property double DegreesOfFreedom {
	double get ();
	void set (double value);
}member DegreesOfFreedom : float with get, set
Property Value
Double See Also
See Also