Namespace: ILOG.Concert
Assembly: ILOG.CP (in ILOG.CP.dll)
Syntax
| C# |
|---|
public virtual INumVar[] NumVarArray(
int n,
double lb,
double ub,
string[] name
) |
| Visual Basic |
|---|
Public Overridable Function NumVarArray ( _
n As Integer, _
lb As Double, _
ub As Double, _
name As String() _
) As INumVar() |
Parameters
- n
- Type: System..::..Int32
- lb
- Type: System..::..Double
- ub
- Type: System..::..Double
- name
- Type: array<System..::..String>[]()[][]
Implements
IModeler..::..NumVarArray(Int32, Double, Double, array<String>[]()[][])See Also