Model Term Collection.Get Enumerator Method
Returns an enumerator that iterates over the terms in the collection.
Definition
Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
An enumerator that iterates over the terms in the collection.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public IEnumerator<ModelTerm> GetEnumerator()
Return Value
IEnumerator<ModelTerm>An enumerator that iterates over the terms in the collection.