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