Creates and returns an array of null expressions.

Namespace: ILOG.CP
Assembly: ILOG.CP (in ILOG.CP.dll)

Syntax

C#
public virtual INumExpr[] NumExprArray(
	int n
)
Visual Basic
Public Overridable Function NumExprArray ( _
	n As Integer _
) As INumExpr()

Parameters

n
Type: System..::..Int32

See Also