Creates and returns a new constant expression equal to value.
Namespace: ILOG.CP
Assembly: ILOG.CP (in ILOG.CP.dll)
Syntax
| C# |
|---|
public virtual IIntExpr Constant( int value, string name ) |
| Visual Basic |
|---|
Public Overridable Function Constant ( _ value As Integer, _ name As String _ ) As IIntExpr |
Parameters
- value
- Type: System..::..Int32
- name
- Type: System..::..String