Categorical Vector<T>.Get Level Index Method
Gets the level index of the element at the specified position.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The level index of the element. If the element is missing, -1 is returned.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public int GetLevelIndex(
int index
)
Parameters
- index Int32
Return Value
Int32The level index of the element. If the element is missing, -1 is returned.