Creates and returns a linear expression initialized as the constant.
Namespace: ILOG.Concert
Assembly: ILOG.Concert (in ILOG.Concert.dll) Version: 22.1.0.0
Syntax
| C# |
|---|
ILinearNumExpr LinearNumExpr( double val ) |
| Visual Basic |
|---|
Function LinearNumExpr ( _ val As Double _ ) As ILinearNumExpr |
Parameters
- val
- Type: System..::..Double
The constant term of the new linear expression.