Filter.Get Enumerator 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.2
C#
An sequence that can be used to iterate over the indexes in the filter.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public IEnumerator<int> GetEnumerator()
Return Value
IEnumerator<Int32>An sequence that can be used to iterate over the indexes in the filter.