Filter.Get Enumerator Method
Returns an enumerator that iterates over the indexes in the filter.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
An sequence that can be used to iterate over the indexes in the filter.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public IEnumerator<int> GetEnumerator()
Return Value
IEnumerator<Int32>An sequence that can be used to iterate over the indexes in the filter.