Filter.GetEnumerator Method

Returns an enumerator that iterates over the indexes in the filter.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public IEnumerator<int> GetEnumerator()

Return Value

IEnumerator<Int32>
An sequence that can be used to iterate over the indexes in the filter.

Implements

IEnumerable<T>.GetEnumerator()

See Also