Terms Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Gets a list of the terms in this expression. It does not contain any operators and does not tell you anything aobut how they are combined with operators.

Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
public abstract IEnumerable<Term> Terms { get; }
Visual Basic
Public MustOverride ReadOnly Property Terms As IEnumerable(Of Term)
	Get
Visual C++
public:
virtual property IEnumerable<Term^>^ Terms {
	IEnumerable<Term^>^ get () abstract;
}

Field Value

The terms.

See Also