







A term represents a variable and a coefficient which belongs to this variable (e.g. 2*x)
Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
| C# |
|---|
[SerializableAttribute] public sealed class Term : Expression |
| Visual Basic |
|---|
<SerializableAttribute> _ Public NotInheritable Class Term _ Inherits Expression |
| Visual C++ |
|---|
[SerializableAttribute] public ref class Term sealed : public Expression |
