CategoricalVector<T>.GetIndexes(Int32) Method

Returns a sequence of the indexes of elements with the specified level index.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public IEnumerable<int> GetIndexes(
	int level
)

Parameters

level  Int32
The level index to look for.

Return Value

IEnumerable<Int32>
A sequence of the zero-based indexes of the elements whose level index is level.

See Also