







Implements the operator +.
Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
C# |
---|
public static Expression operator +( double constant, Term term ) |
Visual Basic |
---|
Public Shared Operator + ( _ constant As Double, _ term As Term _ ) As Expression |
Visual C++ |
---|
public: static Expression^ operator +( double constant, Term^ term ) |
Return Value
The result of the operator.
Contracts
Requires |
---|
(Object)term != null |
Ensures |
---|
(Object)Contract.Result<Expression>() != null |