CategoricalVector<T>.GetLevelIndex 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#
public int GetLevelIndex(
	int index
)

Parameters

index  Int32

Return Value

Int32
The level index of the element. If the element is missing, -1 is returned.

See Also