Gets the index containing the categories.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Index<T> CategoryIndex { get; }
Public ReadOnly Property CategoryIndex As Index(Of T)
Get
public:
property Index<T>^ CategoryIndex {
Index<T>^ get ();
}
member CategoryIndex : Index<'T> with get
Property Value
Type:
IndexT
Reference