Gets the number of levels in this factor.

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

Syntax

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

Return Value

Returns this.Levels.Length.

See Also