Initializing help system before first use

Inequality Operator (XPRBterm, Double)

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

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
C#
VB
public static XPRBrelation operator !=(
	XPRBterm lhs,
	double rhs
)

Parameters

lhs
Type:  BCLXPRBterm
rhs
Type:  SystemDouble

Return Value

Type:  XPRBrelation
See Also