Categorical Vector<T>.Find Level Method
Returns a vector containing the indexes of the elements
with the specified level.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
An integer vector.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Vector<int> FindLevel(
int levelIndex
)
Parameters
- levelIndex Int32
- The zero-based index of the level.
Return Value
Vector<Int32>An integer vector.