Click or drag to resize

ComplexMatrixRowIEnumerableComplexGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
IEnumerator<Complex> IEnumerable<Complex>.GetEnumerator()

Return Value

Type: IEnumeratorComplex
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also