CategoricalVector<T>.FindLevel 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#
public Vector<int> FindLevel(
	int levelIndex
)

Parameters

levelIndex  Int32
The zero-based index of the level.

Return Value

Vector<Int32>
An integer vector.

See Also