The bounds given are inconsistent.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public BoundsInconsistentException( string nameVariable, string nameLowerBound, string nameUpperBound, int index, double lowerBound, double upperBound ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ nameVariable As String, _ nameLowerBound As String, _ nameUpperBound As String, _ index As Integer, _ lowerBound As Double, _ upperBound As Double _ ) |
Visual C++ |
---|
public: BoundsInconsistentException( String^ nameVariable, String^ nameLowerBound, String^ nameUpperBound, int index, double lowerBound, double upperBound ) |
Parameters
- nameVariable
- Type: System..::.String
Name of the variable being bounded.
- nameLowerBound
- Type: System..::.String
Name of the lower bound.
- nameUpperBound
- Type: System..::.String
Name of the upper bound.
- index
- Type: System..::.Int32
The index of the inconsistent bound.
- lowerBound
- Type: System..::.Double
Value of the lower bound.
- upperBound
- Type: System..::.Double
Value of the upper bound.