Click or drag to resize
Accord.NET (logo)

BaseFilterTOptions, TFilterGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public IEnumerator<TOptions> GetEnumerator()
Request Example View Source

Return Value

Type: IEnumeratorTOptions
An enumerator that can be used to iterate through the collection.
See Also