Click or drag to resize
BoundsInconsistentException Constructor (String, String, String, Int32, Double, Double)
The bounds given are inconsistent.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public BoundsInconsistentException(
	string nameVariable,
	string nameLowerBound,
	string nameUpperBound,
	int index,
	double lowerBound,
	double upperBound
)

Parameters

nameVariable
Type: SystemString
Name of the variable being bounded.
nameLowerBound
Type: SystemString
Name of the lower bound.
nameUpperBound
Type: SystemString
Name of the upper bound.
index
Type: SystemInt32
The index of the inconsistent bound.
lowerBound
Type: SystemDouble
Value of the lower bound.
upperBound
Type: SystemDouble
Value of the upper bound.
See Also