The IQuadNumExprEnumerator type exposes the following members.

Methods

  NameDescription
Public methodGetNumVar1
Returns the first instance of INumVar in the quadratic term accessed by the most recent call to method next.
Public methodGetNumVar2
Returns the second instance of INumVar in the quadratic term accessed by the most recent call to method next.
Public methodGetValue
Returns the coefficient of the quadratic term accessed by the most recent call to the method next.
Public methodMoveNext
Advances the enumerator to the next element of the collection.
(Inherited from IEnumerator.)
Public methodReset
Sets the enumerator to its initial position, which is before the first element in the collection.
(Inherited from IEnumerator.)
Public methodSetValue
Sets the coefficient of the quadratic term accessed by the most recent call to the method next to value.

See Also