Click or drag to resize

DoubleMatrixIEnumerableGetEnumerator Method

Returns an enumerator that iterates through a collection.

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

Return Value

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

Implements

IEnumerableGetEnumerator
See Also