Creates and returns an array of null expressions.
Namespace: ILOG.CP
Assembly: ILOG.CP (in ILOG.CP.dll)
Syntax
| C# |
|---|
public virtual IIntExpr[] IntExprArray(
int n
) |
| Visual Basic |
|---|
Public Overridable Function IntExprArray ( _
n As Integer _
) As IIntExpr() |
Parameters
- n
- Type: System..::..Int32
See Also