ConstraintCollection.GetEnumerator Method

Returns an IEnumerator<Constraint> that iterates through the collection.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public IEnumerator<Constraint> GetEnumerator()

Return Value

IEnumerator<Constraint>
An IEnumerator<Constraint>.

See Also