Creates and returns a linear expression initialized as the constant.

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

Syntax

C#
ILinearNumExpr LinearNumExpr(
	double val
)
Visual Basic
Function LinearNumExpr ( _
	val As Double _
) As ILinearNumExpr

Parameters

val
Type: System..::..Double
The constant term of the new linear expression.

Return Value

The linear expression initialized as the constant val.

Remarks