Returns the total degrees of freedom.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double TotalDegreesOfFreedom { get; }
Visual Basic (Declaration)
Public ReadOnly Property TotalDegreesOfFreedom As Double
Visual C++
public:
property double TotalDegreesOfFreedom {
	double get ();
}

Field Value

A double representing the total degrees of freedom.

See Also