Gets the degrees of freedom for the interaction.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public int InteractionDegreesOfFreedom { get; }
Visual Basic (Declaration)
Public ReadOnly Property InteractionDegreesOfFreedom As Integer
Visual C++
public:
property int InteractionDegreesOfFreedom {
	int get ();
}

See Also