|  | FactorData Property | 
            Gets the categorical data for this factor.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic int[] Data { get; }Public ReadOnly Property Data As Integer()
	Get
public:
property array<int>^ Data {
	array<int>^ get ();
}member Data : int[] with get
Property Value
Int32 Remarks
Remarks
            Each element in the returned integer array is an index into this.Levels.
            
 See Also
See Also