VectorGetEnumerator Method
|
Returns an enumerator that iterates through the collection.
Namespace:
FinMath.LinearAlgebra
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public IEnumerator<double> GetEnumerator()
Return Value
Type:
IEnumeratorDouble
A
IEnumeratorT that can be used
to iterate through the collection.
Implements
IEnumerableTGetEnumeratorSee Also