Returns the level indexes in this variable as an integer array.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function GetLevelIndexes As Integer() |
| C# |
|---|
public int[] GetLevelIndexes () |
| C++ |
|---|
public: array<int>^ GetLevelIndexes () |
Return Value
An integer array.
Remarks
This method returns a new array instance. It should not be used inside loops.
To iterate through the indexes, obtain an IEnumerator using the
GetEnumerator() method.