Gets the levels of this factor.

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

Syntax

C#
public Object[] Levels { get; }
Visual Basic (Declaration)
Public ReadOnly Property Levels As Object()
Visual C++
public:
property array<Object^>^ Levels {
	array<Object^>^ get ();
}

See Also