Creates and returns an expression representing the
constant term x.
Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)
Syntax
| C# |
|---|
INumExpr Constant( double x ) |
Parameters
- x
- Type: System..::..Double
A value for which to construct a constant expression term.
Return Value
An expression representing the constant x.Remarks
This method does not need to be called by the user, as overloaded versions of all methods involving expressions are available to deal directly with constants.