Click or drag to resize
Accord.NET (logo)

MatNodeGetEnumerator Method

Returns an enumerator that iterates through a collection.

Namespace:  Accord.IO
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public IEnumerator<MatNode> GetEnumerator()
Request Example View Source

Return Value

Type: IEnumeratorMatNode
An IEnumerator object that can be used to iterate through the collection.
See Also