Initializing help system before first use

Inequality Operator (Double, XPRBexpr)

!= relation type is not supported by FICO Xpress. Attempting to use this will cause an UnsupportedRelationTypeException.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 4.8.14.0
Syntax
C#
VB
public static XPRBrelation operator !=(
	double dl1,
	XPRBexpr l2
)

Parameters

dl1
Type:  SystemDouble
l2
Type:  BCLXPRBexpr

Return Value

Type:  XPRBrelation
See Also