The IQuadNumExprEnumerator type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetNumVar1 |
Returns the first instance of INumVar
in the quadratic term accessed by the most recent call
to method next.
| |
| GetNumVar2 |
Returns the second instance of INumVar
in the quadratic term accessed by the most recent call
to method next.
| |
| GetValue |
Returns the coefficient of the quadratic term accessed by the
most recent call to the method next.
| |
| MoveNext | Advances the enumerator to the next element of the collection. (Inherited from IEnumerator.) | |
| Reset | Sets the enumerator to its initial position, which is before the first element in the collection. (Inherited from IEnumerator.) | |
| SetValue |
Sets the coefficient of the quadratic term accessed by the
most recent call to the method next to
value.
|